From eba6fa859edf76f66f585e77eefe677d1db94765 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sun, 7 Dec 2025 17:49:04 +0100 Subject: [PATCH] malta: enable 6.18 testing kernel The malta now supports 6.18 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/20965 Signed-off-by: Robert Marko --- target/linux/malta/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index de0477bd9a..ebe6c5b0eb 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -11,6 +11,7 @@ INITRAMFS_EXTRA_FILES:= FEATURES:=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk