forked from Ivasoft/openwrt
wifi: rename the "reload" (restarting non-netifd wifi) command to "reload_legacy"
Add a new "reload" command that reloads the netifd config as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989
This commit is contained in:
@@ -18,7 +18,7 @@ start_service() {
|
||||
|
||||
reload_service() {
|
||||
ubus call network reload
|
||||
/sbin/wifi reload
|
||||
/sbin/wifi reload_legacy
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
|
||||
Reference in New Issue
Block a user