From fc582aa049df759e9d383e7c0aa7fd0462f638a3 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sun, 8 Sep 2024 22:52:55 +0200 Subject: [PATCH] starfive: switch default to 6.6 Switch the default kernel to 6.6. Signed-off-by: Zoltan HERPAI --- 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 -- 2.30.2