From: Zoltan HERPAI Date: Sat, 24 May 2025 10:43:39 +0000 (+0000) Subject: d1: use kernel 6.12 by default X-Git-Tag: v25.12.0-rc1~2604 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b3e71cc5e7073b65b3c0b2f7795e15faac1ea4;p=thirdparty%2Fopenwrt.git d1: use kernel 6.12 by default Switch to Linux kernel version 6.12. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index 7bd9b936aac..23a987bc582 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.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk