netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 13 Dec 2013 16:43:11 +0000 (16:43 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 13 Dec 2013 16:43:11 +0000 (16:43 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39046

package/network/config/netifd/files/etc/init.d/network

index 9427a8635723f37f444f9fb62cf5f5c6f6882717..6728fbcda5d9b9f7df3e7be059ccd474f05c3dcb 100755 (executable)
@@ -33,7 +33,7 @@ service_running() {
 
        sleep 5
 
-       /sbin/wifi up
+       /sbin/wifi reload_legacy
 }
 
 service_triggers()