From: Zoltan HERPAI Date: Thu, 12 Jun 2025 16:14:39 +0000 (+0000) Subject: starfive: use kernel 6.12 by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4801c5bec38173a30076e2c4d26c70288dfbc850;p=openwrt%2Fstaging%2Fpepe2k.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 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