[openwrt/openwrt] airoha: set KERNEL_TESTING_PATCHVER:=6.6

LEDE Commits lede-commits at lists.infradead.org
Sun May 12 03:52:24 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fbf6f9da0206c2a54314989db0ae595742a167df

commit fbf6f9da0206c2a54314989db0ae595742a167df
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue May 7 14:10:27 2024 +0100

    airoha: set KERNEL_TESTING_PATCHVER:=6.6
    
    Lets give Linux 6.6 a try.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    Link: https://github.com/openwrt/openwrt/pull/15416
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/airoha/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile
index 0a66ef839c..50c871edaa 100644
--- a/target/linux/airoha/Makefile
+++ b/target/linux/airoha/Makefile
@@ -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
 




More information about the lede-commits mailing list