diff options
author | John Crispin <blogic@openwrt.org> | 2011-04-04 07:37:32 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-04-04 07:37:32 +0000 |
commit | d0e9b9740576a543913a587e9df52e0c67d39bb8 (patch) | |
tree | dcf81e527c5da4c7f0d65d061d3fe33eebbd613e /package/ltq-vmmc | |
parent | ffaa47c172eb4c822bc21eceb9591f6d4cf7d98f (diff) | |
download | upstream-d0e9b9740576a543913a587e9df52e0c67d39bb8.tar.gz upstream-d0e9b9740576a543913a587e9df52e0c67d39bb8.tar.bz2 upstream-d0e9b9740576a543913a587e9df52e0c67d39bb8.zip |
[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
Diffstat (limited to 'package/ltq-vmmc')
-rw-r--r-- | package/ltq-vmmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile index 8d10d50dd7..fbf6b5276d 100644 --- a/package/ltq-vmmc/Makefile +++ b/package/ltq-vmmc/Makefile @@ -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_MD5SUM:=51868b88dee9dbc65d3dbba355ded91c FW_DOWNLOAD:=1 + COEF_SRC:=danube_bbd_fxs.bin COEF_TARGET:=danube_bbd_fxs.bin COEF_FILE:=coef_voip_danube-0.9.0.tar.gz COEF_MD5SUM:=c8ac6592b304b03829a8123560e15710 |