[openwrt/openwrt] mediatek: switch to Linux 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 18 04:28:27 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4e7d58ebef92bdda8f582e0ef185cc2bc2d23897
commit 4e7d58ebef92bdda8f582e0ef185cc2bc2d23897
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jun 14 12:52:42 2025 +0200
mediatek: switch to Linux 6.12 by default
Use Linux kernel version 6.12 by default for all mediatek subtargets.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/mediatek/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 318f26299d..49b273f57c 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -8,8 +8,7 @@ BOARDNAME:=MediaTek ARM
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
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
More information about the lede-commits
mailing list