Sync timezone and update building script (#433)

pull/436/head
Igor Zalatov 2022-09-05 11:42:24 +03:00 committed by GitHub
parent 0f751ffa5b
commit 912432ea3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ FUNCS=(
hi3518ev100 hi3518ev100
hi3516cv200 hi3516cv200
hi3518ev200 hi3518ev200_hs303 hi3518ev200_ultimate hi3518ev200 hi3518ev200_hs303v1 hi3518ev200_ultimate
hi3516cv300 hi3516cv300_ultimate hi3516cv300 hi3516cv300_ultimate
hi3516ev100 hi3516ev100
@ -259,7 +259,7 @@ uni_build() {
set -e set -e
if [ "$(echo $BOARD | cut -sd '_' -f 2)" == "" ]; then if [ "$(echo $BOARD | cut -sd '_' -f 2)" == "" ]; then
BOARD="${BOARD}_openipc" BOARD="${BOARD}_openipc"
elif [ "$BOARD" == "hi3518ev200_hs303" ]; then elif [ "$BOARD" == "hi3518ev200_hs303v1" ]; then
BOARD=hi3518ev200_openipc BOARD=hi3518ev200_openipc
NEED_AUTOUP=1 NEED_AUTOUP=1
fi fi

View File

@ -3,7 +3,7 @@
DAEMON="syslogd" DAEMON="syslogd"
PIDFILE="/var/run/$DAEMON.pid" PIDFILE="/var/run/$DAEMON.pid"
SYSLOGD_ARGS="-C64" SYSLOGD_ARGS="-C64 -t"
# shellcheck source=/dev/null # shellcheck source=/dev/null
[ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON"