From 7514d9bb6f7239fc5c962590b31bd3b6cd0ea7c5 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Wed, 15 May 2024 10:34:18 +0200 Subject: [PATCH] lantiq: switch to kernel 6.1 Let's switch the lantiq target to use kernel 6.1 by default. Signed-off-by: Martin Schiller --- 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 -- 2.30.2