summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2025-12-07 16:49:04 +0000
committerRobert Marko2026-04-01 14:36:50 +0000
commiteba6fa859edf76f66f585e77eefe677d1db94765 (patch)
tree88e3b803dee2b0f100099212396b1b6eae301f63
parentb4ecafbcce93894890a8fa42c4363b9107f5b630 (diff)
downloadopenwrt-main.tar.gz
malta: enable 6.18 testing kernelHEADmastermain
The malta now supports 6.18 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/20965 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/malta/Makefile1
1 files changed, 1 insertions, 0 deletions
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