[openwrt/openwrt] lantiq: switch to kernel 6.1

LEDE Commits lede-commits at lists.infradead.org
Mon May 27 06:46:33 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7514d9bb6f7239fc5c962590b31bd3b6cd0ea7c5

commit 7514d9bb6f7239fc5c962590b31bd3b6cd0ea7c5
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed May 15 10:34:18 2024 +0200

    lantiq: switch to kernel 6.1
    
    Let's switch the lantiq target to use kernel 6.1 by default.
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 target/linux/lantiq/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile
index d900416d3a..98ed307d80 100644
--- a/target/linux/lantiq/Makefile
+++ b/target/linux/lantiq/Makefile
@@ -9,8 +9,7 @@ BOARDNAME:=Lantiq
 FEATURES:=squashfs
 SUBTARGETS:=xrx200 xway xway_legacy falcon ase
 
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 define Target/Description
 	Build firmware images for Lantiq SoC




More information about the lede-commits mailing list