From ac0e2194ab4ce4b5f72d804046949cc076b595d6 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 20 Mar 2024 01:37:50 +0100 Subject: [PATCH] ipq806x: add kernel 6.6 as a testing kernel version Add and enable kernel 6.6 as a testing kernel version. Signed-off-by: Christian Marangi --- target/linux/ipq806x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 74a0007a4e..cd6f3dc2d3 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage Image dtbs -- 2.30.2