From decd5e0cff5efc666327714e5b83b11ceb52b93e Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sun, 1 Sep 2024 14:08:47 +0000 Subject: [PATCH] starfive: enable 6.6 testing kernel starfive now supports 6.6 kernel as testing. Signed-off-by: Zoltan HERPAI --- target/linux/starfive/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index f71f57e7f7..a328944c63 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk -- 2.30.2