summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJernej Kos2015-05-02 17:33:57 +0000
committerJernej Kos2015-05-02 17:33:57 +0000
commit1520babe9d5b2f8abed08245202cf7c4f3c2f0da (patch)
treea61eb43914d4f8f84d46ea0febdcbd6e951d1d75
parent1c40d0e54d060d21876f2264cfda4314d3711ef4 (diff)
downloadrouting-1520babe9d5b2f8abed08245202cf7c4f3c2f0da.tar.gz
babeld: Added missing $IPKG_INSTROOT.
Signed-off-by: Jernej Kos <jernej@kos.mx>
-rwxr-xr-xbabeld/files/babeld.init2
1 files changed, 1 insertions, 1 deletions
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