From faf6ca034848bb7d7e9e637b5e5ac9be6c4b6589 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 29 May 2025 12:35:31 +0000 Subject: [PATCH] pistachio: add 6.12 testing kernel Allow selecting 6.12 as testing kernel on pistachio. Runtime-tested: - Creator Ci40 Marduk 02KZ/5+ Signed-off-by: Zoltan HERPAI --- target/linux/pistachio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index ec003f6ed9d..079b5412d43 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=24kf SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.47.2