From: Zoltan HERPAI Date: Sun, 8 Sep 2024 20:52:55 +0000 (+0200) Subject: starfive: switch default to 6.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fc582aa049df759e9d383e7c0aa7fd0462f638a3;p=openwrt%2Fstaging%2Fthess.git starfive: switch default to 6.6 Switch the default kernel to 6.6. Signed-off-by: Zoltan HERPAI --- 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