[openwrt/openwrt] starfive: use kernel 6.12 by default

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 13 16:02:09 PDT 2025


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4801c5bec38173a30076e2c4d26c70288dfbc850

commit 4801c5bec38173a30076e2c4d26c70288dfbc850
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Thu Jun 12 16:14:39 2025 +0000

    starfive: use kernel 6.12 by default
    
    Switch to Linux kernel version 6.12.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 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 9f47d3a866..5bda89eb7c 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
 




More information about the lede-commits mailing list