use absolute paths in include() shell function
[openwrt.git] / package / base-files / default / etc / init.d / S40network
index 20a1184..f2c3e22 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
-# Copyright (C) 2006 OpenWrt.orga
+# Copyright (C) 2006 OpenWrt.org
 
 setup_switch() { return 0; }
 
 . /etc/functions.sh
-include network
+include /lib/network
 setup_switch
 /sbin/wifi
This page took 0.021826 seconds and 4 git commands to generate.