base-files: reload switch settings on /etc/init.d/network start as well
[openwrt.git] / package / base-files / files / etc / init.d / network
index 74478c7..3587c24 100755 (executable)
@@ -15,11 +15,6 @@ boot() {
 }
 
 start() {
-       ifup -a
-       /sbin/wifi up
-}
-
-restart() {
        setup_switch() { return 0; }
        
        include /lib/network
@@ -31,3 +26,7 @@ restart() {
 stop() {
        ifdown -a
 }
+
+restart() {
+       start
+}
This page took 0.021172 seconds and 4 git commands to generate.