diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2022-03-21 20:31:23 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 19:44:46 +0200 |
commit | d4571e98ab0ed444c02bcdb25128109b73da5f6c (patch) | |
tree | f1a6f937e97b23e4f0ce3658248da7b1b42f3ea5 /target/linux/lantiq | |
parent | a075ddb8ca8febefc6f61befb508cb2c42e08bbb (diff) | |
download | upstream-d4571e98ab0ed444c02bcdb25128109b73da5f6c.tar.gz upstream-d4571e98ab0ed444c02bcdb25128109b73da5f6c.tar.bz2 upstream-d4571e98ab0ed444c02bcdb25128109b73da5f6c.zip |
lantiq: Add Linux 5.15 as testing kernel version
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Diffstat (limited to 'target/linux/lantiq')
-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 89f457ec5f..08618fa9a3 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,7 +10,7 @@ FEATURES:=squashfs SUBTARGETS:=xrx200 xway xway_legacy falcon ase KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 define Target/Description Build firmware images for Lantiq SoC |