修复时区问题 (#226)

某些docker容器会因缺少时区组件导致无法启动
例如:Home Assistant
This commit is contained in:
Aes64X 2024-01-14 20:44:28 +08:00 committed by GitHub
parent 35722caede
commit 02df69b2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@ KERNEL_TESTING_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug \
autocore-arm uboot-envtools mtk-smp
autocore-arm uboot-envtools mtk-smp zoneinfo-core zoneinfo-asia
$(eval $(call BuildTarget))