[ar7] let 802.1q tagged frames go in and out from cpmac (#6730)
[openwrt.git] / package / base-files / files / etc / init.d / network
index 6b1f13c..74478c7 100755 (executable)
@@ -2,7 +2,7 @@
 # Copyright (C) 2006 OpenWrt.org
 
 START=40
-STOP=40
+STOP=90
 
 boot() {
        setup_switch() { return 0; }
@@ -20,6 +20,8 @@ start() {
 }
 
 restart() {
+       setup_switch() { return 0; }
+       
        include /lib/network
        setup_switch
        ifup -a
This page took 0.027367 seconds and 4 git commands to generate.