Skip to content
Snippets Groups Projects
Commit 72d42422 authored by John Crispin's avatar John Crispin
Browse files

extracted firmware files were generated with an incorrect umask

SVN-Revision: 22957
parent 54f4dd56
No related branches found
No related tags found
No related merge requests found
...@@ -104,9 +104,9 @@ endif ...@@ -104,9 +104,9 @@ endif
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y) ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
define Download/decode define Download/decode
FILE:=ifxmips_fw_decode.tar.bz2 FILE:=ifxmips_fw_decodev2.tar.bz2
URL:=http://downloads.openwrt.org/sources/ URL:=http://downloads.openwrt.org/sources/
MD5SUM:=1197ff6cace6a7c86492a468f5fbfe07 MD5SUM:=9f4ebfae5cb9d9e8fca46057a653ae27
endef endef
$(eval $(call Download,decode)) $(eval $(call Download,decode))
endif endif
......
...@@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country" ...@@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country"
exit 1 exit 1
} }
[ -f ${DIR}/ifxmips_fw_decode.tar.bz2 -a ! -f ${DIR}voip_coef.bin ] && { [ -f ${DIR}/ifxmips_fw_decodev2.tar.bz2 -a ! -f ${DIR}voip_coef.bin ] && {
[ ! -f ${DIR}decode_ifx_fw ] && { [ ! -f ${DIR}decode_ifx_fw ] && {
tar xjf ${DIR}ifxmips_fw_decode.tar.bz2 ifxmips_fw_decode/decode.c -O > ${DIR}decode.c tar xjf ${DIR}ifxmips_fw_decodev2.tar.bz2 ifxmips_fw_decode/decode.c -O > ${DIR}decode.c
gcc -o ${DIR}decode_ifx_fw ${DIR}decode.c gcc -o ${DIR}decode_ifx_fw ${DIR}decode.c
} }
[ ! -f ${DIR}voip_coef.lzma ] && { [ ! -f ${DIR}voip_coef.lzma ] && {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment