From f335bf0d7cbb2844d57cb6fb91f88d8ca5a88add Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 3 Apr 2026 12:19:13 +0200 Subject: [PATCH] pistachio: enable 6.18 testing kernel The pistachio target now supports 6.18 kernel as testing. 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 65cdbe615b..d071505153 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=24kf SUBTARGETS:=generic KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk