aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-06-15 12:21:03 +0200
committerDaniel Golle <daniel@makrotopia.org>2018-06-15 12:45:37 +0200
commit0653e3127054993e908878f70fbbe1a1b784dd61 (patch)
tree3246366ffa928e174b947c66148d604772dfad1c /package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c
parent8e2f8b0c835091e0c0cabc70f219cff317f4823d (diff)
downloadupstream-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 'package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c')
-rw-r--r--package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c b/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c
index fcd0106e45..6082bdadb6 100644
--- a/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c
+++ b/package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c
@@ -26,7 +26,7 @@
#include "LzmaWrapper.h"
-#define FW_NAME "/tmp/Firmware_Speedport_W921V_1.21.000.bin"
+#define FW_NAME "/tmp/firmware-speedport-w921v-1.44.000.bin"
#define MAGIC 0x50
#define MAGIC_SZ 0x3FFC00
@@ -78,7 +78,7 @@ int main(int argc, char **argv)
if (stat(FW_NAME, &s) != 0) {
printf("Failed to find %s\n", FW_NAME);
- printf("Ask Google or try http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20W%20921V/Firmware_Speedport_W921V_1.21.000.bin\n");
+ printf("Ask Google or try https://www.telekom.de/hilfe/downloads/firmware-speedport-w921v-1.44.000.bin\n");
return -1;
}