use absolute paths in include() shell function
[openwrt.git] / package / base-files / default / usr / share / udhcpc / default.script
index a244e05..e048687 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 [ -z "$1" ] && echo "Error: should be run by udhcpc" && exit 1
 . /etc/functions.sh
-include network
+include /lib/network
 
 RESOLV_CONF="/tmp/resolv.conf"
 
This page took 0.024186 seconds and 4 git commands to generate.