[openwrt/openwrt] starfive: switch default to 6.6

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 10 03:08:57 PDT 2024


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

commit fc582aa049df759e9d383e7c0aa7fd0462f638a3
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sun Sep 8 22:52:55 2024 +0200

    starfive: switch default to 6.6
    
    Switch the default kernel to 6.6.
    
    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 a328944c63..22bd463858 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.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list