From cf0e398ea8e267705b65c5baf17c229b8a4b89e0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Thu, 2 Apr 2026 23:32:12 +0200 Subject: [PATCH] d1: enable 6.18 testing kernel The d1 target now supports 6.18 kernel as testing. Signed-off-by: Zoltan HERPAI --- target/linux/d1/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index cd3b1495eb..134ff4710d 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk