mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
[ifxmips]
merge [22957] in backfire extracted firmware files were generated with an incorrect umask git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22958 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d5bbc69f83
commit
97974216cf
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008 OpenWrt.org
|
f # Copyright (C) 2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -100,9 +100,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
|
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract),y)
|
||||||
define Download/decode
|
define Download/decode
|
||||||
FILE:=ifxmips_fw_decode.tar.bz2
|
FILE:=ifxmips_fw_decodev2.tar.bz2
|
||||||
URL:=http://downloads.openwrt.org/sources/
|
URL:=http://downloads.openwrt.org/sources/
|
||||||
MD5SUM:=1197ff6cace6a7c86492a468f5fbfe07
|
MD5SUM:=9f4ebfae5cb9d9e8fca46057a653ae27
|
||||||
endef
|
endef
|
||||||
$(eval $(call Download,decode))
|
$(eval $(call Download,decode))
|
||||||
endif
|
endif
|
||||||
|
@ -11,9 +11,9 @@ echo "Please only do so if it is legal in your country"
|
|||||||
exit 1
|
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 ] && {
|
[ ! -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
|
gcc -o ${DIR}decode_ifx_fw ${DIR}decode.c
|
||||||
}
|
}
|
||||||
[ ! -f ${DIR}voip_coef.lzma ] && {
|
[ ! -f ${DIR}voip_coef.lzma ] && {
|
||||||
|
Loading…
Reference in New Issue
Block a user