mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-27 13:49:23 +00:00
Linux 6.12 has been validated on Layerscape platforms, including NXP reference boards and multiple custom designs. Tests covered system boot, networking, storage, and common peripherals, with no regressions observed. Enable 6.12 as the default to continue broader testing and integration. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20614 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
25 lines
551 B
Makefile
25 lines
551 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=layerscape
|
|
BOARDNAME:=NXP Layerscape
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
|
|
SUBTARGETS:=armv8_64b armv7
|
|
|
|
define Target/Description
|
|
Build firmware images for NXP Layerscape based boards.
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
|
|
mkf2fs e2fsprogs partx-utils
|
|
|
|
$(eval $(call BuildTarget))
|