summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-13 16:43:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-13 16:43:11 +0000
commit47730fe3552d6daf6e43d6a21d754667a2de5784 (patch)
treeacfb96d6794bcb32c215688d124249cc33d1ce57 /package/network
parent27fe688c5fa84470365356e6d443605cc87cbf30 (diff)
downloadmtk-20170518-47730fe3552d6daf6e43d6a21d754667a2de5784.zip
mtk-20170518-47730fe3552d6daf6e43d6a21d754667a2de5784.tar.gz
mtk-20170518-47730fe3552d6daf6e43d6a21d754667a2de5784.tar.bz2
netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot time
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046
Diffstat (limited to 'package/network')
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network
index 9427a86..6728fbc 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()