From 8c411f3dad7b049819298cb04fccb77287dcee8a Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 21 Apr 2026 13:25:54 +0000 Subject: [PATCH] d1: switch to 6.18 Make 6.18 the default kernel. Signed-off-by: Zoltan HERPAI --- 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 134ff4710d..9e4f682768 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 squashfs usbgadget KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.18 +KERNEL_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk