diff options
author | Robert Marko <robimarko@gmail.com> | 2024-02-19 21:42:20 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-02-25 12:03:44 +0100 |
commit | 9d9dd518ff7be8e69775e78e3ebb2eaa3f0960a2 (patch) | |
tree | 26c621ee9d5f87aa749716d8d84a02e0b49eafe6 /target/linux | |
parent | 870e41a1e92ee65105a9704f59ac1fbf60a6d63e (diff) |
airoha: allow selecting 6.1 as test kernel
Add 6.1 as the test kernel for airoha.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/airoha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 723bec8cd4..5906a1307e 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 |