housekeeping

This commit is contained in:
Attila Lendvai 2023-10-22 21:49:41 +02:00
parent 912ab6c5ea
commit 0378f9ac40
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Note: this runs as-is, pretty much without external
# dependencies. The OpenWrt ImageBuilder contains the toolchain and
# everything that is needed to build the firmware images.
set -e set -e
TARGET_ARCHITECTURE=$1 TARGET_ARCHITECTURE=$1

View File

@ -52,7 +52,7 @@ autoprovisionStage2()
else else
signalAutoprovisionWorking signalAutoprovisionWorking
log "Starting ntpd to update system time; otherwise the openwrt.org certificates are rejected as not yet valid." log "Starting ntpd to update system time; otherwise the openwrt.org certificates are rejected as not yet valid."
# Added -l hoping that it may help against ntpd quitting. # Added -l hoping that it may help against ntpd quitting.
ntpd -l -N -p openwrt.pool.ntp.org ntpd -l -N -p openwrt.pool.ntp.org