From: Mieczyslaw Nalewaj Date: Sun, 7 Dec 2025 16:49:04 +0000 (+0100) Subject: malta: enable 6.18 testing kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eba6fa859edf76f66f585e77eefe677d1db94765;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index de0477bd9ac..ebe6c5b0eb3 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