From: Robert Marko Date: Mon, 19 Feb 2024 20:42:20 +0000 (+0100) Subject: airoha: allow selecting 6.1 as test kernel X-Git-Tag: v24.10.0-rc1~2835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14683%2Fhead;p=thirdparty%2Fopenwrt.git airoha: allow selecting 6.1 as test kernel Add 6.1 as the test kernel for airoha. Signed-off-by: Robert Marko --- diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 723bec8cd43..5906a1307e0 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -7,6 +7,7 @@ CPU_TYPE:=cortex-a7 FEATURES:=dt squashfs nand ramdisk gpio source-only KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk