[openwrt/openwrt] d1: switch default to 6.6
LEDE Commits
lede-commits at lists.infradead.org
Wed May 29 14:29:52 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/745ad016d173a4af21750f9913115fa410650498
commit 745ad016d173a4af21750f9913115fa410650498
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Wed May 29 10:53:55 2024 +0200
d1: switch default to 6.6
Switch the default kernel to 6.6.
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
target/linux/d1/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile
index 2f505500b2..a60af57afa 100644
--- a/target/linux/d1/Makefile
+++ b/target/linux/d1/Makefile
@@ -11,8 +11,7 @@ FEATURES:=ext4 squashfs
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