From c7d83d4379fb2c08f22e7a4f2852aaf9b37c3790 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Thu, 14 Mar 2024 14:41:56 +0100 Subject: [PATCH] kirkwood: add 6.6 kernel as testing version This patch introduce kernel 6.6 for kirkwood target as testing version. Signed-off-by: Pawel Dembicki --- target/linux/kirkwood/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 241fc614c4..44eaf925a1 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk -- 2.30.2