From 44edd760c668907a304ffc022e4c50fa8eb5d81a Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Wed, 10 Oct 2012 19:03:44 +0300 Subject: Wait a bit more before bringing wifi up because 1 second is not enough on slower chips Signed-off-by: Roman Yeryomin --- package/network/config/netifd/files/etc/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 28b1ba3dd..2a4d5539e 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 2 /sbin/wifi down /sbin/wifi up -- cgit v1.2.3