mediatek: switch to 5.15
[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:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
10
11 KERNEL_PATCHVER:=5.15
12
13 include $(INCLUDE_DIR)/target.mk
14 DEFAULT_PACKAGES += \
15 kmod-leds-gpio kmod-gpio-button-hotplug
16
17 $(eval $(call BuildTarget))