mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware (fixes #19160)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44767
This commit is contained in:
parent
57a8bd2bc5
commit
603975efe8
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
FW="/tmp/Firmware_Speedport_W921V_1.20.000.bin"
|
FW="/tmp/Firmware_Speedport_W921V_1.21.000.bin"
|
||||||
URL="http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20W%20921V/Firmware_Speedport_W921V_1.20.000.bin"
|
URL="http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20W%20921V/Firmware_Speedport_W921V_1.21.000.bin"
|
||||||
FW_TAPI="vr9_tapi_fw.bin"
|
FW_TAPI="vr9_tapi_fw.bin"
|
||||||
FW_DSL="vr9_dsl_fw_annex_b.bin"
|
FW_DSL="vr9_dsl_fw_annex_b.bin"
|
||||||
MD5_FW="4d812f2c3476dadd738b022c4767c491"
|
MD5_FW="4d812f2c3476dadd738b022c4767c491"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "LzmaWrapper.h"
|
#include "LzmaWrapper.h"
|
||||||
|
|
||||||
#define FW_NAME "/tmp/Firmware_Speedport_W921V_1.20.000.bin"
|
#define FW_NAME "/tmp/Firmware_Speedport_W921V_1.21.000.bin"
|
||||||
|
|
||||||
#define MAGIC 0x50
|
#define MAGIC 0x50
|
||||||
#define MAGIC_SZ 0x3FFC00
|
#define MAGIC_SZ 0x3FFC00
|
||||||
@ -78,7 +78,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
if (stat(FW_NAME, &s) != 0) {
|
if (stat(FW_NAME, &s) != 0) {
|
||||||
printf("Failed to find %s\n", FW_NAME);
|
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.20.000.bin\n");
|
printf("Ask Google or try http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20W%20921V/Firmware_Speedport_W921V_1.21.000.bin\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user