summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-02 16:53:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-02 16:53:24 +0000
commit3c50feca19208cccc7fd4a4c20deaa931267662d (patch)
treecb91aada1cae200a4abc02ce12a7373a888720eb /package/network
parent498d84fc4e00ad75514c3a9dde09338552b89a8c (diff)
downloadmtk-20170518-3c50feca19208cccc7fd4a4c20deaa931267662d.zip
mtk-20170518-3c50feca19208cccc7fd4a4c20deaa931267662d.tar.gz
mtk-20170518-3c50feca19208cccc7fd4a4c20deaa931267662d.tar.bz2
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
Diffstat (limited to 'package/network')
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network
index 8b2d368..387fdbe 100755
--- a/package/network/config/netifd/files/etc/init.d/network
+++ b/package/network/config/netifd/files/etc/init.d/network
@@ -18,7 +18,7 @@ start_service() {
reload_service() {
ubus call network reload
- /sbin/wifi reload
+ /sbin/wifi reload_legacy
}
stop_service() {