From 1b24cbeede332b461a917355a7b04c12b4869769 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Wed, 27 Mar 2024 13:12:11 +0100 Subject: [PATCH] layerscape: add 6.6 testing kernel Support is ready. Let's enable 6.6 as testing version. Signed-off-by: Pawel Dembicki --- target/linux/layerscape/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 79aa8f1474..30b9fb8f73 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -8,6 +8,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.30.2