From a040f156af94e36a5f9531e3f0a6cb31d5fa1cc9 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 13 Dec 2013 16:43:11 +0000 Subject: [PATCH] netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot time Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39046 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 9427a86357..6728fbcda5 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -33,7 +33,7 @@ service_running() { sleep 5 - /sbin/wifi up + /sbin/wifi reload_legacy } service_triggers() -- 2.11.0