From 3c50feca19208cccc7fd4a4c20deaa931267662d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Dec 2013 16:53:24 +0000 Subject: 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 SVN-Revision: 38989 --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network') 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() { -- cgit v1.1