layerscape: switch to 5.10 Kernel
[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 KERNEL_PATCHVER:=5.10
10 KERNEL_TESTING_PATCHVER:=5.10
11 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
12 SUBTARGETS:=armv8_64b armv7
13
14 define Target/Description
15 Build firmware images for NXP Layerscape based boards.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
21 mkf2fs e2fsprogs partx-utils
22
23 $(eval $(call BuildTarget))