From 1321007e1f68c07280b3ca5ba11941cbad7a5312 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 17 Jun 2023 22:10:26 +0200 Subject: [PATCH] mediatek: expose testing Linux 6.1 testing kernel Set KERNEL_TESTING_PATCHVER:=6.1 to allow building all subtargets with Linux 6.1. Signed-off-by: Daniel Golle --- target/linux/mediatek/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 73da79eaa0..f73f2daef6 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:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ -- 2.30.2