From 8aa836eba379549480c603abff1591465a31438b Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sun, 29 Mar 2026 21:38:31 +0000 Subject: [PATCH] sifiveu: enable 6.18 testing kernel The sifiveu target now supports 6.18 kernel as testing. Signed-off-by: Zoltan HERPAI --- target/linux/sifiveu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 1d60c0a026..5bf141244c 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk