diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-06-15 12:21:03 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-06-15 12:45:37 +0200 |
commit | 0653e3127054993e908878f70fbbe1a1b784dd61 (patch) | |
tree | 3246366ffa928e174b947c66148d604772dfad1c /target/linux/lantiq/xrx200 | |
parent | 8e2f8b0c835091e0c0cabc70f219cff317f4823d (diff) | |
download | upstream-0653e3127054993e908878f70fbbe1a1b784dd61.tar.gz upstream-0653e3127054993e908878f70fbbe1a1b784dd61.tar.bz2 upstream-0653e3127054993e908878f70fbbe1a1b784dd61.zip |
lantiq-vdsl-fw: update to provide recent vectoring firmware
Recent Speedport firmware downloads only work over HTTPS, so the user
either needs to provide the already downloaded file or install
ustream-ssl-* as well as ca-certificates or ca-bundle.
So to get VDSL2 with vectoring on xRX200, simply run
vdsl_fw_install.sh
on the target and either provide the downloaded file as instructed or
make sure the device is connected to the Internet and can download that
HTTPS url itself.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index 0157dee4fe..4f682bf486 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -6,7 +6,7 @@ CPU_TYPE:=24kc DEFAULT_PACKAGES+=kmod-leds-gpio \ kmod-gpio-button-hotplug \ - ltq-vdsl-vr9-fw-installer \ + ltq-vdsl-vr9-vectoring-fw-installer \ kmod-ltq-vdsl-vr9-mei \ kmod-ltq-vdsl-vr9 \ kmod-ltq-atm-vr9 \ |