diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-06-14 12:26:07 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-17 00:50:45 +0200 |
commit | 27724c2f54466803bf6e7d3efb637971ebcd139e (patch) | |
tree | 034db100f2b0efa47182aedddab6ec703ffd3fa4 /target | |
parent | 90f930e0c2fafe7c7b0b122ae932a9a2c007aead (diff) | |
download | upstream-27724c2f54466803bf6e7d3efb637971ebcd139e.tar.gz upstream-27724c2f54466803bf6e7d3efb637971ebcd139e.tar.bz2 upstream-27724c2f54466803bf6e7d3efb637971ebcd139e.zip |
lantiq: switch to 5.4
Runtime tested on BT Home Hub 5A and D-Link DWR-966.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'target')
-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 b2b10c57bb..ee305e7ce2 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -11,8 +11,7 @@ BOARDNAME:=Lantiq FEATURES:=squashfs SUBTARGETS:=xrx200 xway xway_legacy falcon ase -KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 define Target/Description Build firmware images for Lantiq SoC |