Corrected ticket #168
[openwrt.git] / package / base-files / default / etc / init.d / S40network
index df7c6b3..168fd29 100755 (executable)
@@ -3,10 +3,10 @@
 [ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
 case "$1" in
   start|restart)
-    ifup lan
-    ifup wan
-    ifup wifi
-    wifi up
+#    ifup lan
+#    ifup wan
+#    ifup wifi
+#    wifi up
 
     for route in $(nvram get static_route); do {
       eval "set $(echo $route | sed 's/:/ /g')"
This page took 0.021926 seconds and 4 git commands to generate.