diff options
| author | Daniel Golle | 2025-05-08 16:56:37 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-05-26 15:58:04 +0000 |
| commit | fa236de37daad82ffbbab429c05640a4c7fb0e79 (patch) | |
| tree | 7e23d709909d27b98757d717a2c48bd20f90d2d9 | |
| parent | 16b5a77716f6a94e63200ddcf8c943f598f43f67 (diff) | |
| download | openwrt-fa236de37daad82ffbbab429c05640a4c7fb0e79.tar.gz | |
mediatek: enable testing kernel 6.12
Set KERNEL_TESTING_PATCHVER to allow testing Linux 6.12.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/mediatek/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 += \ |