2015-11-02 10:18:50 +00:00
|
|
|
# Copyright (c) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=mediatek
|
2016-06-14 06:37:52 +00:00
|
|
|
BOARDNAME:=MediaTek Ralink ARM
|
2019-11-01 03:17:28 +00:00
|
|
|
SUBTARGETS:=mt7622 mt7623 mt7629
|
2021-03-17 17:36:54 +00:00
|
|
|
FEATURES:=squashfs nand separate_ramdisk fpu dt-overlay
|
2015-11-02 10:18:50 +00:00
|
|
|
|
2021-08-24 12:03:52 +00:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2015-11-02 10:18:50 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
2020-03-20 12:58:49 +00:00
|
|
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
2015-11-02 10:18:50 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|