diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-10-10 19:03:44 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:25 +0200 |
commit | 44edd760c668907a304ffc022e4c50fa8eb5d81a (patch) | |
tree | 3fbded89c261aa458ab6b132ac6ff5fb2a92cc55 | |
parent | 2f6bc72d25509b1c1c988619bb9ee31896d5fc10 (diff) |
Wait a bit more before bringing wifi up because 1 second is not enough on slower chips
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-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 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 |