diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 16:53:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-02 16:53:24 +0000 |
commit | 3c50feca19208cccc7fd4a4c20deaa931267662d (patch) | |
tree | cb91aada1cae200a4abc02ce12a7373a888720eb /package/network | |
parent | 498d84fc4e00ad75514c3a9dde09338552b89a8c (diff) | |
download | upstream-3c50feca19208cccc7fd4a4c20deaa931267662d.tar.gz upstream-3c50feca19208cccc7fd4a4c20deaa931267662d.tar.bz2 upstream-3c50feca19208cccc7fd4a4c20deaa931267662d.zip |
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-x | package/network/config/netifd/files/etc/init.d/network | 2 |
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 8b2d368d6a..387fdbe5dd 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() { |