Skip to content
Snippets Groups Projects
Commit f2766239 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

netifd: add a band-aid fix for the wifi setup vs. netifd init race by...

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
parent 3afbe166
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ start() { ...@@ -19,7 +19,7 @@ start() {
include /lib/network include /lib/network
setup_switch setup_switch
sleep 1 sleep 5
/sbin/wifi down /sbin/wifi down
/sbin/wifi up /sbin/wifi up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment