kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / imx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013-2014 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=imx
8 BOARDNAME:=NXP i.MX
9 FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
10 SUBTARGETS:=cortexa7 cortexa9 cortexa53
11
12 KERNEL_PATCHVER:=6.1
13
14 include $(INCLUDE_DIR)/target.mk
15
16 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs blkid
17
18 $(eval $(call BuildTarget))