diff options
author | John Crispin <john@openwrt.org> | 2010-09-06 16:34:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-09-06 16:34:45 +0000 |
commit | 72d4242263ed73f66c166b2d853a8765d05bdd69 (patch) | |
tree | 729913c64c0ce748f17440db61e7299f592fdba5 /target | |
parent | 54f4dd5612c247eef0a4806f73858e693a4846fc (diff) | |
download | upstream-72d4242263ed73f66c166b2d853a8765d05bdd69.tar.gz upstream-72d4242263ed73f66c166b2d853a8765d05bdd69.tar.bz2 upstream-72d4242263ed73f66c166b2d853a8765d05bdd69.zip |
extracted firmware files were generated with an incorrect umask
SVN-Revision: 22957
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ifxmips/extract.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/extract.sh b/target/linux/ifxmips/extract.sh index 7b1c1da0b1..52dfbd56ea 100755 --- a/target/linux/ifxmips/extract.sh +++ b/target/linux/ifxmips/extract.sh @@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country" 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 ] && { - 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 } [ ! -f ${DIR}voip_coef.lzma ] && { |