diff options
author | Paul Spooren <mail@aparcar.org> | 2023-02-22 19:55:56 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-04 07:00:37 +0200 |
commit | c6419d1946996aa859cef9df897a0c1c1f796d11 (patch) | |
tree | 1b2ebfbddb92b5a9543f874477c08a7767ab7fe0 /target/linux/lantiq | |
parent | 9464e9e209bb2df22f314276785bea80b1cfee0e (diff) | |
download | upstream-c6419d1946996aa859cef9df897a0c1c1f796d11.tar.gz upstream-c6419d1946996aa859cef9df897a0c1c1f796d11.tar.bz2 upstream-c6419d1946996aa859cef9df897a0c1c1f796d11.zip |
lantiq: switch to Kernel 5.15 by default
Getting ready for the next release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/lantiq')
-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 |