Browse Source

airoha: allow selecting 6.1 as test kernel

Add 6.1 as the test kernel for airoha.

Signed-off-by: Robert Marko <[email protected]>
Robert Marko 1 year ago
parent
commit
9d9dd518ff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/airoha/Makefile

+ 1 - 0
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