[openwrt/openwrt] sifiveu: switch default to 6.6
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 30 02:08:49 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/81fafec29d47171356c11a0278d1792695543a37
commit 81fafec29d47171356c11a0278d1792695543a37
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Fri Apr 26 13:32:45 2024 +0200
sifiveu: switch default to 6.6
Switch the default kernel to 6.6.
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
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 3a003a35fc..2e2ea96b4b 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.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list