X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/11abdf5e7d5ced0b23f0662e98677235909e4ec1..5581058bc0f37a1b765afde9276383ee42380100:/target/linux/ifxmips/extract.sh diff --git a/target/linux/ifxmips/extract.sh b/target/linux/ifxmips/extract.sh index 7b1c1da0b..52dfbd56e 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 ] && {