airoha: default to kernel 6.6
authorRobert Marko <robimarko@gmail.com>
Tue, 4 Jun 2024 20:44:53 +0000 (22:44 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 5 Jun 2024 07:34:06 +0000 (09:34 +0200)
Move airoha do kernel 6.6 as the default.

Link: https://github.com/openwrt/openwrt/pull/15630
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/airoha/Makefile

index 50c871edaacb9df1a510c160bfc9b89e3dcaa812..99ce7443ece6cda2a97d26d7b7516f69141a0716 100644 (file)
@@ -6,8 +6,7 @@ BOARDNAME:=Airoha ARM
 CPU_TYPE:=cortex-a7
 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