mirror of https://github.com/hak5/openwrt.git
ltq-vdsl-fw: update firmware filename and download URL
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 4fc0a61ed3
)
openwrt-19.07
parent
e9c16e4e1f
commit
44f32cd5e0
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ltq-vdsl-fw
|
PKG_NAME:=ltq-vdsl-fw
|
||||||
PKG_VERSION:=6.8.6
|
PKG_VERSION:=6.8.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
FW="/tmp/firmware-speedport-w921v-1.45.000.bin"
|
FW="/tmp/firmware-speedport-w921v-1.46.000.bin"
|
||||||
URL="https://www.telekom.de/hilfe/downloads/firmware-speedport-w921v-1.45.000.bin"
|
URL="https://www.telekom.de/hilfe/downloads/firmware-speedport-w921v-1.46.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="405048eb1efc9373d2c1862494041cf2"
|
MD5_FW="188734c0773b225f8c130984b279621a"
|
||||||
MD5_TAPI="57f2d07f59e11250ce1219bad99c1eda"
|
MD5_TAPI="57f2d07f59e11250ce1219bad99c1eda"
|
||||||
MD5_DSL="655442e31deaa42c9c68944869361ec0"
|
MD5_DSL="655442e31deaa42c9c68944869361ec0"
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include "LzmaWrapper.h"
|
#include "LzmaWrapper.h"
|
||||||
|
|
||||||
#define FW_NAME "/tmp/firmware-speedport-w921v-1.45.000.bin"
|
#define FW_NAME "/tmp/firmware-speedport-w921v-1.46.000.bin"
|
||||||
|
|
||||||
#define MAGIC 0x50
|
#define MAGIC 0x50
|
||||||
#define MAGIC_SZ 0x3FFC00
|
#define MAGIC_SZ 0x3FFC00
|
||||||
|
|
Loading…
Reference in New Issue