From 2e51fafc14f6b77d1a9d92198d58736ae20b6915 Mon Sep 17 00:00:00 2001 From: Zhihao Xu Date: Tue, 17 Feb 2026 20:11:44 +0800 Subject: [PATCH] starfive: enable 6.18 testing kernel Enable 6.18 as testing kernel. Link: https://github.com/openwrt/openwrt/pull/22063 Signed-off-by: Zhihao Xu [Tested on VF1/VF2:] Tested-by: Zoltan HERPAI --- target/linux/starfive/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index 5bda89eb7c8..216b47df0eb 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk -- 2.47.3