[openwrt/openwrt] airoha: default to kernel 6.1

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 28 05:06:47 PDT 2024


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

commit cbc2664d1d33d33760516516b49915787d33470d
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue Mar 26 12:56:34 2024 +0100

    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 <robimarko at gmail.com>
---
 target/linux/airoha/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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




More information about the lede-commits mailing list