Преглед изворни кода

airoha: default to kernel 6.6

Move airoha do kernel 6.6 as the default.

Link: https://github.com/openwrt/openwrt/pull/15630
Signed-off-by: Robert Marko <[email protected]>
Robert Marko пре 1 година
родитељ
комит
690ec44141
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
 CPU_TYPE:=cortex-a7
 FEATURES:=dt squashfs nand ramdisk gpio source-only
 FEATURES:=dt squashfs nand ramdisk gpio source-only
 
 
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 
 include $(INCLUDE_DIR)/target.mk
 include $(INCLUDE_DIR)/target.mk