소스 검색

airoha: default to kernel 6.1

6.1 has been present as testing for a while now, so default to it.

Signed-off-by: Robert Marko <[email protected]>
Robert Marko 1 년 전
부모
커밋
cbc2664d1d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      target/linux/airoha/Makefile

+ 1 - 2
target/linux/airoha/Makefile

@@ -6,8 +6,7 @@ BOARDNAME:=Airoha ARM
 CPU_TYPE:=cortex-a7
 FEATURES:=dt squashfs nand ramdisk gpio source-only
 
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk