mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
02df69b2d5
某些docker容器会因缺少时区组件导致无法启动 例如:Home Assistant
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# Copyright (c) 2015 OpenWrt.org
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mediatek
|
|
BOARDNAME:=MediaTek Ralink ARM
|
|
SUBTARGETS:=mt7622 mt7623 mt7629 mt7986 mt7981
|
|
FEATURES:=squashfs nand emmc ramdisk fpu
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
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 zoneinfo-core zoneinfo-asia
|
|
|
|
$(eval $(call BuildTarget))
|