diff options
| author | Martin Schiller | 2024-06-26 08:16:31 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-06 15:50:23 +0000 |
| commit | a0e254826c5ef91a086c79329274f2b8e7bbe908 (patch) | |
| tree | cf5d77a526068997216ab1a0f1c85e6d3621c096 | |
| parent | 48d0068bb14b982671910f369507c7fd9a5b2392 (diff) | |
| download | openwrt-a0e254826c5ef91a086c79329274f2b8e7bbe908.tar.gz | |
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@dev.tdt.de>
Link: https://github.com/openwrt/openwrt/pull/15811
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 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 |