diff options
| author | Robert Marko | 2024-02-19 20:42:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-02-25 11:03:44 +0000 |
| commit | 9d9dd518ff7be8e69775e78e3ebb2eaa3f0960a2 (patch) | |
| tree | 26c621ee9d5f87aa749716d8d84a02e0b49eafe6 | |
| parent | 870e41a1e92ee65105a9704f59ac1fbf60a6d63e (diff) | |
| download | openwrt-9d9dd518ff7be8e69775e78e3ebb2eaa3f0960a2.tar.gz | |
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>
| -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 |