use absolute paths in include() shell function
[openwrt.git] / package / base-files / default / etc / init.d / S40network
index ec29033..f2c3e22 100755 (executable)
@@ -4,6 +4,6 @@
 setup_switch() { return 0; }
 
 . /etc/functions.sh
-include network
+include /lib/network
 setup_switch
 /sbin/wifi
This page took 0.020793 seconds and 4 git commands to generate.