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
This commit is contained in:
Andreas Ziegler 2023-02-26 00:04:50 +01:00
parent be672eda35
commit d97673f715
No known key found for this signature in database
GPG Key ID: 692853E95215E334

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