diff options
| author | Mieczyslaw Nalewaj | 2025-12-07 16:49:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-04-01 14:36:50 +0000 |
| commit | eba6fa859edf76f66f585e77eefe677d1db94765 (patch) | |
| tree | 88e3b803dee2b0f100099212396b1b6eae301f63 | |
| parent | b4ecafbcce93894890a8fa42c4363b9107f5b630 (diff) | |
| download | openwrt-main.tar.gz | |
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/Makefile | 1 |
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 |