mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:41:09 +02:00
[ltq-vmmc]
The makefile was missing the coef source filename, so it would install a directory instead of the coefficients file, breaking voice applications. Signed-off-by: Luca Olivetti <luca@ventoso.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
020dd72982
commit
7e48cef3ca
@ -74,6 +74,7 @@ ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE),y)
|
|||||||
FW_FILE=fw_voip_danube-12.1.0.1.0.tar.gz
|
FW_FILE=fw_voip_danube-12.1.0.1.0.tar.gz
|
||||||
FW_MD5SUM:=51868b88dee9dbc65d3dbba355ded91c
|
FW_MD5SUM:=51868b88dee9dbc65d3dbba355ded91c
|
||||||
FW_DOWNLOAD:=1
|
FW_DOWNLOAD:=1
|
||||||
|
COEF_SRC:=danube_bbd_fxs.bin
|
||||||
COEF_TARGET:=danube_bbd_fxs.bin
|
COEF_TARGET:=danube_bbd_fxs.bin
|
||||||
COEF_FILE:=coef_voip_danube-0.9.0.tar.gz
|
COEF_FILE:=coef_voip_danube-0.9.0.tar.gz
|
||||||
COEF_MD5SUM:=c8ac6592b304b03829a8123560e15710
|
COEF_MD5SUM:=c8ac6592b304b03829a8123560e15710
|
||||||
|
Loading…
Reference in New Issue
Block a user