2
0
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:
Felix Fietkau
2013-12-02 16:53:24 +00:00
parent 498d84fc4e
commit 3c50feca19
2 changed files with 8 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ start_service() {
reload_service() {
ubus call network reload
/sbin/wifi reload
/sbin/wifi reload_legacy
}
stop_service() {