From 85f01288514feec9e9e108fc7c4d7052028aa686 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Mon, 5 Aug 2024 21:18:05 +0200 Subject: [PATCH] qoriq: enable 6.6 testing kernel The qoriq now supports 6.6 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16079 Signed-off-by: Stijn Tintel --- target/linux/qoriq/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 50d3187d84..9d03c3183f 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -12,6 +12,7 @@ FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc sou SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage -- 2.30.2