From: jow Date: Sat, 19 Jan 2013 10:13:14 +0000 (+0000) Subject: netifd: add a band-aid fix for the wifi setup vs. netifd init race by increasing... X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ae890ba130de527dfac28e8d145ed623bff6534c netifd: add a band-aid fix for the wifi setup vs. netifd init race by increasing the wait time to five seconds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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