kernel: move mv88e6xxx fix to generic backports
[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 filogic
9 FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
10
11 KERNEL_PATCHVER:=6.1
12 KERNEL_TESTING_PATCHVER:=6.6
13
14 include $(INCLUDE_DIR)/target.mk
15 DEFAULT_PACKAGES += \
16 kmod-leds-gpio kmod-gpio-button-hotplug
17
18 $(eval $(call BuildTarget))