add missing include in restart
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Apr 2008 14:57:47 +0000 (14:57 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Apr 2008 14:57:47 +0000 (14:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10794 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/init.d/network

index 5255651..6b1f13c 100755 (executable)
@@ -20,6 +20,7 @@ start() {
 }
 
 restart() {
+       include /lib/network
        setup_switch
        ifup -a
        /sbin/wifi up
This page took 0.029768 seconds and 4 git commands to generate.