add an explicit 'sysinit' tag for logging initscripts output, instead of '' that...
[openwrt.git] / package / base-files / files / etc / init.d / network
index 5255651..e77db02 100755 (executable)
@@ -20,6 +20,9 @@ start() {
 }
 
 restart() {
+       setup_switch() { return 0; }
+       
+       include /lib/network
        setup_switch
        ifup -a
        /sbin/wifi up
This page took 0.028709 seconds and 4 git commands to generate.