diff options
| author | Paul Spooren | 2023-02-22 18:55:56 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-05-04 05:00:37 +0000 |
| commit | c6419d1946996aa859cef9df897a0c1c1f796d11 (patch) | |
| tree | 1b2ebfbddb92b5a9543f874477c08a7767ab7fe0 | |
| parent | 9464e9e209bb2df22f314276785bea80b1cfee0e (diff) | |
| download | openwrt-c6419d1946996aa859cef9df897a0c1c1f796d11.tar.gz | |
lantiq: switch to Kernel 5.15 by default
Getting ready for the next release.
Signed-off-by: Paul Spooren <mail@aparcar.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 08618fa9a3..2e166a5f37 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Lantiq SoC |