[openwrt/openwrt] lantiq: switch to kernel 6.6

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 6 08:55:02 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a0e254826c5ef91a086c79329274f2b8e7bbe908

commit a0e254826c5ef91a086c79329274f2b8e7bbe908
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Jun 26 10:16:31 2024 +0200

    lantiq: switch to kernel 6.6
    
    Let's switch the lantiq target to use kernel 6.6 by default.
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
    Link: https://github.com/openwrt/openwrt/pull/15811
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.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 3474ebe462..69fa8276e7 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 define Target/Description
 	Build firmware images for Lantiq SoC




More information about the lede-commits mailing list