From: Zoltan HERPAI Date: Fri, 2 May 2025 13:31:58 +0000 (+0200) Subject: sifiveu: add 6.12 kernel as testing X-Git-Tag: v25.12.0-rc1~2618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b5cfdf5a0678c115dd2e8a70368ce2c0f20058;p=thirdparty%2Fopenwrt.git sifiveu: add 6.12 kernel as testing Allow selecting 6.12 as testing kernel on sifiveu. Runtime-tested: - HiFive Unleashed (FU540) - HiFive Unmatched (FU740) Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 2e2ea96b4bf..70c6f433d9a 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk