diff options
| author | Aleksander Jan Bajkowski | 2025-08-05 16:58:54 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-08-05 21:25:26 +0000 |
| commit | 1ab585faf0d57ce046663303728c45df8807634b (patch) | |
| tree | 55793c148bb0ccfd19f976837dd61dc4decb058e | |
| parent | bf917ea792d890f7ea431bd3dffb763c231857e0 (diff) | |
| download | openwrt-1ab585faf0d57ce046663303728c45df8807634b.tar.gz | |
lantiq: switch to kernel 6.12
Let's switch the lantiq target to use kernel 6.12 by default.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/19682
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/lantiq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 08b5018fe4..26b7a0af12 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Lantiq FEATURES:=squashfs SUBTARGETS:=xrx200 xrx200_legacy xway xway_legacy falcon ase -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 define Target/Description Build firmware images for Lantiq SoC |