immortalwrt/target/linux/mediatek/Makefile

20 lines
411 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
# Copyright (c) 2015 OpenWrt.org
#
include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
SUBTARGETS:=mt7622 mt7623 mt7629
FEATURES:=squashfs nand ramdisk fpu
2017-09-06 19:19:45 +08:00
MAINTAINER:=John Crispin <john@phrozen.org>
2020-02-06 12:32:03 +08:00
KERNEL_PATCHVER:=4.19
2020-04-15 00:36:20 +08:00
KERNEL_TESTING_PATCHVER:=5.4
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
2020-04-23 08:20:22 +08:00
kmod-leds-gpio kmod-gpio-button-hotplug
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))