[openwrt/openwrt] mediatek: enable testing kernel 6.12
LEDE Commits
lede-commits at lists.infradead.org
Mon May 26 08:58:57 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fa236de37daad82ffbbab429c05640a4c7fb0e79
commit fa236de37daad82ffbbab429c05640a4c7fb0e79
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu May 8 17:56:37 2025 +0100
mediatek: enable testing kernel 6.12
Set KERNEL_TESTING_PATCHVER to allow testing Linux 6.12.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 478b00488b..318f26299d 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -9,6 +9,7 @@ SUBTARGETS:=filogic mt7622 mt7623 mt7629
FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
KERNEL_PATCHVER:=6.6
+KERNEL_TESTING_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
More information about the lede-commits
mailing list