From: Zoltan HERPAI Date: Tue, 24 Oct 2023 09:40:51 +0000 (+0200) Subject: sifiveu: switch to kernel v6.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fe8630f18e2e3172cbe5da6f8c4ead2632d08814;p=openwrt%2Fstaging%2Fjow.git sifiveu: switch to kernel v6.1 Enable kernel v6.1 as the default kernel for sifiveu. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 43f70b5ce0..52989a9dae 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk