mirror of https://github.com/hak5/openwrt-owl.git
ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware (fixes #19160)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44767owl
parent
57a8bd2bc5
commit
603975efe8
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
. /lib/functions.sh
|
||||
|
||||
FW="/tmp/Firmware_Speedport_W921V_1.20.000.bin"
|
||||
URL="http://hilfe.telekom.de/dlp/eki/downloads/Speedport/Speedport%20W%20921V/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.21.000.bin"
|
||||
FW_TAPI="vr9_tapi_fw.bin"
|
||||
FW_DSL="vr9_dsl_fw_annex_b.bin"
|
||||
MD5_FW="4d812f2c3476dadd738b022c4767c491"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#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_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.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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue