From: Jernej Kos Date: Sat, 2 May 2015 17:33:57 +0000 (+0200) Subject: babeld: Added missing $IPKG_INSTROOT. X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=1520babe9d5b2f8abed08245202cf7c4f3c2f0da babeld: Added missing $IPKG_INSTROOT. Signed-off-by: Jernej Kos --- diff --git a/babeld/files/babeld.init b/babeld/files/babeld.init index ae1e678..585fc76 100755 --- a/babeld/files/babeld.init +++ b/babeld/files/babeld.init @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -. /lib/functions/network.sh +. $IPKG_INSTROOT/lib/functions/network.sh START=70