housekeeping
This commit is contained in:
parent
912ab6c5ea
commit
0378f9ac40
4
build.sh
4
build.sh
@ -1,5 +1,9 @@
|
||||
#!/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
|
||||
|
||||
TARGET_ARCHITECTURE=$1
|
||||
|
@ -52,7 +52,7 @@ autoprovisionStage2()
|
||||
else
|
||||
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.
|
||||
ntpd -l -N -p openwrt.pool.ntp.org
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user