Skip to content

Commit

Permalink
gluon-core: sleep a few seconds during upgrade
Browse files Browse the repository at this point in the history
wait for device initialisations
workaround for a timing issue during first boot on ath79-generic
after sysupgrade from ar71xx-generic image

GitHub Issue: #2779
  • Loading branch information
rotanid committed Feb 25, 2023
1 parent be672ed commit 32cb14f
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

# workaround 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 32cb14f

Please sign in to comment.