Revert "add ifup -a to boot(), closes #4543 #2781" (r17515)
[openwrt.git] / package / base-files / files / etc / init.d / network
index 6b1f13c..e77db02 100755 (executable)
@@ -20,6 +20,8 @@ start() {
 }
 
 restart() {
+       setup_switch() { return 0; }
+       
        include /lib/network
        setup_switch
        ifup -a
This page took 0.025734 seconds and 4 git commands to generate.