From 53acaf1f3f458b104792951dc42b7d0cc31370a6 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sun, 8 Jun 2025 10:21:48 +0200 Subject: [PATCH] kirkwood: add 6.12 as testing kernel Support for 6.12 is ready; add it as a testing kernel. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/19069 Signed-off-by: Hauke Mehrtens --- target/linux/kirkwood/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 2010f9a812a..04d58c59e03 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.47.2