diff options
| author | Aleksander Jan Bajkowski | 2020-06-14 10:26:07 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-06-16 22:50:45 +0000 |
| commit | 27724c2f54466803bf6e7d3efb637971ebcd139e (patch) | |
| tree | 034db100f2b0efa47182aedddab6ec703ffd3fa4 | |
| parent | 90f930e0c2fafe7c7b0b122ae932a9a2c007aead (diff) | |
| download | blocktrron-27724c2f54466803bf6e7d3efb637971ebcd139e.tar.gz | |
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>
| -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 |