gluon-core: sleep a few seconds during upgrade

wait for device initialisations
workaround for a timing issue during first boot on ath79-generic
after sysupgrade from ar71xx-generic image

GitHub Issue: #2779

(cherry picked from commit d97673f715)
This commit is contained in:
Andreas Ziegler 2023-02-26 00:04:50 +01:00 committed by github-actions[bot]
parent 06df8b7aa1
commit 1cafcde91c

View File

@ -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