From: Zoltan HERPAI Date: Thu, 12 Jun 2025 16:14:39 +0000 (+0000) Subject: starfive: use kernel 6.12 by default X-Git-Tag: v25.12.0-rc1~2269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4801c5bec38173a30076e2c4d26c70288dfbc850;p=thirdparty%2Fopenwrt.git starfive: use kernel 6.12 by default Switch to Linux kernel version 6.12. Signed-off-by: Zoltan HERPAI --- 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