olsrd: Added missing $IPKG_INSTROOT.

This commit is contained in:
Jernej Kos 2014-06-09 19:27:05 +02:00
parent b849326852
commit 744bef42d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2008-2013 OpenWrt.org
. /lib/functions/olsrd.sh
. $IPKG_INSTROOT/lib/functions/olsrd.sh
START=65

View File

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2008-2013 OpenWrt.org
. /lib/functions/olsrd.sh
. $IPKG_INSTROOT/lib/functions/olsrd.sh
START=65