From fbe9cfc3b77f73739b213880f0fe5c3b632602f0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Mon, 11 May 2026 00:39:11 +0200 Subject: [PATCH] starfive: switch to 6.18 Make 6.18 the default kernel. Signed-off-by: Zoltan HERPAI --- target/linux/starfive/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index 216b47df0e..f6e33e202a 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=StarFive JH71x0 (7100/7110) FEATURES:=ext4 KERNELNAME:=Image dtbs -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk