mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
508bcfdfc5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
20 lines
416 B
Makefile
20 lines
416 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
|
|
|
|
$(eval $(call BuildTarget))
|