[openwrt/openwrt] mvebu: add 6.12 testing kernel

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 19 14:11:26 PDT 2025


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

commit 7e014bbe0b1591dada6ea5abfd70a2177d1a2747
Author: Stefan Kalscheuer <stefan at stklcode.de>
AuthorDate: Sat May 31 12:40:11 2025 +0200

    mvebu: add 6.12 testing kernel
    
    Add 6.12 testing kernel for mvebu target.
    
    Signed-off-by: Stefan Kalscheuer <stefan at stklcode.de>
    Link: https://github.com/openwrt/openwrt/pull/18975
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mvebu/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index b279d818ed..3e1c0194eb 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -10,6 +10,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part lega
 SUBTARGETS:=cortexa9 cortexa53 cortexa72
 
 KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list