add ifup -a to boot(), closes #4543 #2781
[openwrt.git] / package / base-files / files / etc / init.d / network
index e77db02..b63ed0b 100755 (executable)
@@ -11,6 +11,7 @@ boot() {
        setup_switch
        [ -s /etc/config/wireless ] || \
                /sbin/wifi detect > /etc/config/wireless
+       ifup -a
        /sbin/wifi up
 }
 
This page took 0.021413 seconds and 4 git commands to generate.