From: Zoltan HERPAI Date: Thu, 2 Apr 2026 21:32:12 +0000 (+0200) Subject: d1: enable 6.18 testing kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf0e398ea8e267705b65c5baf17c229b8a4b89e0;p=thirdparty%2Fopenwrt.git d1: enable 6.18 testing kernel The d1 target now supports 6.18 kernel as testing. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index cd3b1495ebf..134ff4710d2 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