From f2766239ea9c9be45e6348e9769f8999e1aeac7b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 19 Jan 2013 10:13:14 +0000 Subject: 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 --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/config/netifd/files') 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 -- cgit v1.2.3