From: Felix Fietkau Date: Fri, 13 Dec 2013 16:43:11 +0000 (+0000) Subject: netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47730fe3552d6daf6e43d6a21d754667a2de5784;p=librecmc%2Flibrecmc.git netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot time Signed-off-by: Felix Fietkau SVN-Revision: 39046 --- 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()