From 8a22855636d2e33c2270cdd49b55a4b0d96eec70 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sun, 8 Jun 2025 13:51:07 +0200 Subject: [PATCH] layerscape: add 6.12 testing kernel The support is done. Let's set 6.12 as testing kernel. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/19152 Signed-off-by: Hauke Mehrtens --- target/linux/layerscape/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index e0bc544f43f..50dd63e5990 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -8,6 +8,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.47.2