From: blogic Date: Wed, 31 Mar 2010 21:12:02 +0000 (+0000) Subject: [ifxmips] improve extract code X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=11abdf5e7d5ced0b23f0662e98677235909e4ec1;p=10.03%2Fopenwrt.git [ifxmips] improve extract code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20641 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ifxmips/extract.sh b/target/linux/ifxmips/extract.sh index 4024969d1..7b1c1da0b 100755 --- a/target/linux/ifxmips/extract.sh +++ b/target/linux/ifxmips/extract.sh @@ -11,10 +11,16 @@ echo "Please only do so if it is legal in your country" exit 1 } -[ ! -f ${DIR}bbd.crypt ] && { - dd if=${FILE} of=${DIR}bbd.crypt bs=1 skip=104 count=1472302 +[ -f ${DIR}/ifxmips_fw_decode.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 + gcc -o ${DIR}decode_ifx_fw ${DIR}decode.c + } + [ ! -f ${DIR}voip_coef.lzma ] && { + ${DIR}decode_ifx_fw $FILE ${DIR}voip_coef.lzma + } + lzma d ${DIR}voip_coef.lzma ${DIR}voip_coef.bin } - [ ! -f ${DIR}dsl_a.bin ] && { dd if=${FILE} of=${DIR}dsl1.lzma bs=1 skip=2168832 count=150724 lzma d ${DIR}dsl2.lzma ${DIR}dsl_a.bin