summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-09-06 16:34:45 +0000
committerJohn Crispin <john@openwrt.org>2010-09-06 16:34:45 +0000
commit72d4242263ed73f66c166b2d853a8765d05bdd69 (patch)
tree729913c64c0ce748f17440db61e7299f592fdba5 /package
parent54f4dd5612c247eef0a4806f73858e693a4846fc (diff)
downloadmaster-31e0f0ae-72d4242263ed73f66c166b2d853a8765d05bdd69.tar.gz
master-31e0f0ae-72d4242263ed73f66c166b2d853a8765d05bdd69.tar.bz2
master-31e0f0ae-72d4242263ed73f66c166b2d853a8765d05bdd69.zip
extracted firmware files were generated with an incorrect umask
SVN-Revision: 22957
Diffstat (limited to 'package')
-rw-r--r--package/ifx-vmmc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ifx-vmmc/Makefile b/package/ifx-vmmc/Makefile
index e691cd151a..1cce8555e4 100644
--- a/package/ifx-vmmc/Makefile
+++ b/package/ifx-vmmc/Makefile
@@ -104,9 +104,9 @@ endif
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
define Download/decode
- FILE:=ifxmips_fw_decode.tar.bz2
+ FILE:=ifxmips_fw_decodev2.tar.bz2
URL:=http://downloads.openwrt.org/sources/
- MD5SUM:=1197ff6cace6a7c86492a468f5fbfe07
+ MD5SUM:=9f4ebfae5cb9d9e8fca46057a653ae27
endef
$(eval $(call Download,decode))
endif