From 10214197f08ae2fd5cec285fadd51c8ab3bf675a Mon Sep 17 00:00:00 2001
From: Christian Marangi <ansuelsmth@gmail.com>
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 <ansuelsmth@gmail.com>
---
 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