From 3f73a9aa439d5281ac1018757fc5db4f8afc21f2 Mon Sep 17 00:00:00 2001 From: nbd 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38989 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/netifd/files/etc/init.d') 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() { -- cgit v1.2.3