kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / layerscape / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=layerscape
8 BOARDNAME:=NXP Layerscape
9
10 KERNEL_PATCHVER:=6.1
11
12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
13 SUBTARGETS:=armv8_64b armv7
14
15 define Target/Description
16 Build firmware images for NXP Layerscape based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
22 mkf2fs e2fsprogs partx-utils
23
24 $(eval $(call BuildTarget))