From 989d1dc93cec9375ded092ebd77985f8a2c8beec Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Sep 2010 16:34:45 +0000 Subject: [ifxmips] extracted firmware files were generated with an incorrect umask git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22957 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ifxmips/extract.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux') 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 ] && { -- cgit v1.2.3