From 02df69b2d5f8da1d1222cdecda8df6cf83584224 Mon Sep 17 00:00:00 2001 From: Aes64X <47932152+Aes64X@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E5=8C=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 某些docker容器会因缺少时区组件导致无法启动 例如:Home Assistant --- target/linux/mediatek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 7a1d156c3c..6573b3b7b4 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -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))