airoha: set KERNEL_TESTING_PATCHVER:=6.6
authorDaniel Golle <daniel@makrotopia.org>
Tue, 7 May 2024 13:10:27 +0000 (14:10 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 12 May 2024 10:52:16 +0000 (12:52 +0200)
Lets give Linux 6.6 a try.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://github.com/openwrt/openwrt/pull/15416
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/airoha/Makefile

index 0a66ef839c94f9fd9bfd158d352653b9fc6fc12a..50c871edaacb9df1a510c160bfc9b89e3dcaa812 100644 (file)
@@ -7,6 +7,7 @@ CPU_TYPE:=cortex-a7
 FEATURES:=dt squashfs nand ramdisk gpio source-only
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk