kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / mvebu / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2012-2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=mvebu
8 BOARDNAME:=Marvell EBU Armada
9 FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz
10 SUBTARGETS:=cortexa9 cortexa53 cortexa72
11
12 KERNEL_PATCHVER:=6.1
13 KERNEL_TESTING_PATCHVER:=6.6
14
15 include $(INCLUDE_DIR)/target.mk
16
17 DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
18
19 $(eval $(call BuildTarget))