mediatek: add v5.4 support
[openwrt/openwrt.git] / target / linux / mediatek / Makefile
1 # Copyright (c) 2015 OpenWrt.org
2 #
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=arm
6 BOARD:=mediatek
7 BOARDNAME:=MediaTek Ralink ARM
8 SUBTARGETS:=mt7622 mt7623 mt7629
9 FEATURES:=squashfs nand ramdisk fpu
10 MAINTAINER:=John Crispin <john@phrozen.org>
11
12 KERNEL_PATCHVER:=4.19
13 KERNEL_TESTING_PATCHVER:=5.4
14
15 include $(INCLUDE_DIR)/target.mk
16 DEFAULT_PACKAGES += \
17 kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug \
18 wpad-basic
19
20 $(eval $(call BuildTarget))