wifi: rename the "reload" (restarting non-netifd wifi) command to "reload_legacy"
[openwrt.git] / package / network / config / netifd / files / etc / init.d / network
index 8b2d368..387fdbe 100755 (executable)
@@ -18,7 +18,7 @@ start_service() {
 
 reload_service() {
        ubus call network reload
-       /sbin/wifi reload
+       /sbin/wifi reload_legacy
 }
 
 stop_service() {