[tools] mpc: update to 0.9
[openwrt.git] / package / netifd / files / etc / init.d / network
index d7d8735..455bf41 100755 (executable)
@@ -9,6 +9,10 @@ start() {
        setup_switch
 
        ubus call network reload
+
+       grep -qs config /etc/config/wireless && {
+               /sbin/wifi up
+       }
 }
 
 restart() {
This page took 0.023699 seconds and 4 git commands to generate.