From 1520babe9d5b2f8abed08245202cf7c4f3c2f0da Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Sat, 2 May 2015 19:33:57 +0200 Subject: [PATCH] babeld: Added missing $IPKG_INSTROOT. Signed-off-by: Jernej Kos --- babeld/files/babeld.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2