netifd: call /sbin/wifi up on /etc/init.d/network reload
[openwrt.git] / package / netifd / files / etc / init.d / network
index a3e4d87..ea93819 100755 (executable)
@@ -41,4 +41,5 @@ stop() {
 
 reload() {
        ubus call network reload
+       /sbin/wifi up
 }