[openwrt/openwrt] malta: 6.12: enable kernel for testing

LEDE Commits lede-commits at lists.infradead.org
Thu May 29 13:48:09 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c96db6c0131a746fb77755e02ff86bfc49005f09

commit c96db6c0131a746fb77755e02ff86bfc49005f09
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Sun Dec 29 01:39:03 2024 -0800

    malta: 6.12: enable kernel for testing
    
    All four subtargets build successfully and run under QEMU.
    
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/18712
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/malta/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 319e06579e..6de1c990cc 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.6
+KERNEL_TESTING_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list