[openwrt/openwrt] mediatek: add Linux 6.6 as testing kernel

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 11 14:24:06 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/448b48c24566f6d7961bccaae1074da887b1b8b9

commit 448b48c24566f6d7961bccaae1074da887b1b8b9
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Mar 2 04:25:43 2024 +0000

    mediatek: add Linux 6.6 as testing kernel
    
    Add KERNEL_TESTING_PATCHVER for Linux 6.6.
    
    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 279c167b83..288fb537a7 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -9,6 +9,7 @@ SUBTARGETS:=mt7622 mt7623 mt7629 filogic
 FEATURES:=dt-overlay emmc fpu gpio nand pci pcie rootfs-part separate_ramdisk squashfs usb
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += \




More information about the lede-commits mailing list