Skip to content
Snippets Groups Projects
Unverified Commit d97673f7 authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

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
parent be672eda
No related branches found
No related tags found
No related merge requests found
#!/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
  • Nico @nrb

    mentioned in commit 1cafcde9

    ·

    mentioned in commit 1cafcde9

    Toggle commit list
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