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
master
Jo-Philipp Wich 12 years ago
parent 3afbe1669f
commit f2766239ea
  1. 2
      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

Loading…
Cancel
Save