ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware (fixes #19160)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Mar 2015 06:51:45 +0000 (06:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 15 Mar 2015 06:51:45 +0000 (06:51 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44767

package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh
package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c

index 834950543b1c9f962ce87fe57a0a70c110f248a9..ecf680b685ac0ec832992261a7ad5b509e52f10d 100755 (executable)
@@ -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"
index ad2e018512d138db9c31be61779816c4c006ea7b..fcd0106e4595865a1c4b44536ac768403d73aa06 100644 (file)
@@ -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;
        }