mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
configuration of timezone needed in userspace
This commit is contained in:
parent
596a4c74f3
commit
80e83e12d4
@ -16,7 +16,6 @@ cd $PKG_BUILD
|
||||
# Build Busybox for initramfs
|
||||
make distclean
|
||||
cp $ROOT/$PKG_DIR/config/$1-initramfs.conf .config
|
||||
[ -n "$TIMEZONE" ] && sed -i -e 's/^# CONFIG_HWCLOCK .*$/CONFIG_HWCLOCK=yes/g' -e 's/^# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS .*/CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=yes/g' $BUSYBOX/.config
|
||||
make oldconfig
|
||||
|
||||
ARCH=$TARGET_ARCH make install
|
||||
@ -24,6 +23,7 @@ cd $PKG_BUILD
|
||||
# Build Busybox for system
|
||||
make distclean
|
||||
cp $BUSYBOX_CFG_FILE .config
|
||||
[ -n "$TIMEZONE" ] && sed -i -e 's/^# CONFIG_HWCLOCK .*$/CONFIG_HWCLOCK=yes/g' -e 's/^# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS .*/CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=yes/g' $BUSYBOX/.config
|
||||
make oldconfig
|
||||
|
||||
ARCH=$TARGET_ARCH make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user