mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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
This commit is contained in:
parent
3afbe1669f
commit
f2766239ea
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ start() {
|
|||
include /lib/network
|
||||
setup_switch
|
||||
|
||||
sleep 1
|
||||
sleep 5
|
||||
|
||||
/sbin/wifi down
|
||||
/sbin/wifi up
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue