From 8bcde6301318dcbf6dc4628f48274a985e56ffb4 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sat, 18 Apr 2026 22:10:20 +0000 Subject: [PATCH] sifiveu: switch to 6.18 Make 6.18 the default kernel. Signed-off-by: Zoltan HERPAI --- target/linux/sifiveu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 5bf141244c..d33734e81e 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk