diff options
| author | Aleksander Jan Bajkowski | 2021-08-17 18:55:41 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2021-11-27 20:40:12 +0000 |
| commit | 2f3331ea7fec5bc53a2797a497ec76393bc07599 (patch) | |
| tree | 2b8f516f9b5856f2edaabae7326d86947a206352 | |
| parent | 9764968bbac00a1b8a99ef22f24f1a3c25e76f9d (diff) | |
| download | openwrt-2f3331ea7fec5bc53a2797a497ec76393bc07599.tar.gz | |
lantiq: switch to kernel 5.10
Use kernel 5.10 by default.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [VRX268/ bthub5]
| -rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 611a09256f..89f457ec5f 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -9,7 +9,7 @@ BOARDNAME:=Lantiq FEATURES:=squashfs SUBTARGETS:=xrx200 xway xway_legacy falcon ase -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 define Target/Description |