mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 20:17:12 +01:00
layerscape: switch to Linux 6.12
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>
This commit is contained in:
parent
7e4ba852b6
commit
6942ca4121
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
BOARD:=layerscape
|
||||
BOARDNAME:=NXP Layerscape
|
||||
|
||||
KERNEL_PATCHVER:=6.6
|
||||
KERNEL_TESTING_PATCHVER:=6.12
|
||||
KERNEL_PATCHVER:=6.12
|
||||
|
||||
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
|
||||
SUBTARGETS:=armv8_64b armv7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue