diff options
| author | Pawel Dembicki | 2025-11-01 22:36:36 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-04 22:19:27 +0000 |
| commit | 6942ca412124a1f322e19e2289a59ed8e27b9c24 (patch) | |
| tree | c8d4f1b08aab9de032c1445ee5cc306bfc493fb6 | |
| parent | 7e4ba852b6337f0700511fad116357cd7004cc36 (diff) | |
| download | openwrt-6942ca412124a1f322e19e2289a59ed8e27b9c24.tar.gz | |
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>
| -rw-r--r-- | target/linux/layerscape/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 50dd63e599..61690b8b58 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -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 |