diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-19 10:13:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-19 10:13:14 +0000 |
commit | f2766239ea9c9be45e6348e9769f8999e1aeac7b (patch) | |
tree | 73a59e164222e8ede61af89d7fd65b175795f207 | |
parent | 3afbe1669f179d9c3535a9b85167837bb16a82d2 (diff) | |
download | upstream-f2766239ea9c9be45e6348e9769f8999e1aeac7b.tar.gz upstream-f2766239ea9c9be45e6348e9769f8999e1aeac7b.tar.bz2 upstream-f2766239ea9c9be45e6348e9769f8999e1aeac7b.zip |
netifd: add a band-aid fix for the wifi setup vs. netifd init race by increasing the wait time to five seconds
SVN-Revision: 35240
-rwxr-xr-x | package/network/config/netifd/files/etc/init.d/network | 2 |
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 28b1ba3dde..429f33dd92 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -19,7 +19,7 @@ start() { include /lib/network setup_switch - sleep 1 + sleep 5 /sbin/wifi down /sbin/wifi up |