extracted firmware files were generated with an incorrect umask

SVN-Revision: 22957
This commit is contained in:
John Crispin
2010-09-06 16:34:45 +00:00
parent 54f4dd5612
commit 72d4242263
2 changed files with 4 additions and 4 deletions

View File

@@ -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 ] && {