From 4801c5bec38173a30076e2c4d26c70288dfbc850 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 12 Jun 2025 16:14:39 +0000 Subject: [PATCH] starfive: use kernel 6.12 by default Switch to Linux kernel version 6.12. 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 9f47d3a8661..5bda89eb7c8 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.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.47.2