Skip to content

Commit

Permalink
Merge pull request #2798 from freifunk-gluon/backport-2792-to-v2022.1.x
Browse files Browse the repository at this point in the history
[Backport v2022.1.x] gluon-core:  sleep to wait for device initialisations
  • Loading branch information
rotanid authored Feb 25, 2023
2 parents 06df8b7 + 1cafcde commit b5d9071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/gluon-core/files/etc/uci-defaults/zzz-gluon-upgrade
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/sh

# Work around an issue with wifi setup timing by waiting a bit
# while device initialisation is ongoing.
# https://github.com/freifunk-gluon/gluon/issues/2779
sleep 3

gluon-reconfigure

exit 0

0 comments on commit b5d9071

Please sign in to comment.