From ee129da77794642dbc07c32c9cd1732410009749 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sun, 1 Jun 2025 12:12:40 +0000 Subject: [PATCH] starfive: add 6.12 as testing kernel Runtime-tested on: - Visionfive v2-1.3b (JH7110) - Visionfive v1 (JH7100) Signed-off-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 22bd4638582..9f47d3a8661 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.47.2