From b50827fb105cf770cf86f37a1ec6331c0a138eea Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 14 Aug 2023 12:08:07 +0200 Subject: [PATCH] ipq40xx: add 6.1 as testing kernel Allow selecting 6.1 as the testing kernel. Signed-off-by: Robert Marko --- target/linux/ipq40xx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 53b2f909ae..9af7b7d256 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -9,6 +9,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 KERNELNAME:=zImage Image dtbs -- 2.30.2