add ifup -a to boot(), closes #4543 #2781
[openwrt-10.03/.git] / package / base-files / files / etc / init.d / network
index e77db02517decf8345699140cad726cc0169dfcc..b63ed0b850a939d39980239c8d580aaea94343f2 100755 (executable)
@@ -11,6 +11,7 @@ boot() {
        setup_switch
        [ -s /etc/config/wireless ] || \
                /sbin/wifi detect > /etc/config/wireless
+       ifup -a
        /sbin/wifi up
 }