aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifx-tapidemo/patches/110-no_echo_cancelation.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2010-03-31 11:12:33 +0000
committerJohn Crispin <blogic@openwrt.org>2010-03-31 11:12:33 +0000
commite0259bb9116d33a46f90b3edf9174834635a1ec6 (patch)
tree7aa5abef16700e83d3873c24c2095d6390f5b22a /package/ifx-tapidemo/patches/110-no_echo_cancelation.patch
parent3f269166c14acd27187e0c37ae3e95c6900ac0fa (diff)
downloadupstream-e0259bb9116d33a46f90b3edf9174834635a1ec6.tar.gz
upstream-e0259bb9116d33a46f90b3edf9174834635a1ec6.tar.bz2
upstream-e0259bb9116d33a46f90b3edf9174834635a1ec6.zip
[ifxmips] adds voip support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20637 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifx-tapidemo/patches/110-no_echo_cancelation.patch')
-rw-r--r--package/ifx-tapidemo/patches/110-no_echo_cancelation.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ifx-tapidemo/patches/110-no_echo_cancelation.patch b/package/ifx-tapidemo/patches/110-no_echo_cancelation.patch
new file mode 100644
index 0000000000..d424d48470
--- /dev/null
+++ b/package/ifx-tapidemo/patches/110-no_echo_cancelation.patch
@@ -0,0 +1,12 @@
+Index: tapidemo-5.0.1.27/src/device_vmmc.c
+===================================================================
+--- tapidemo-5.0.1.27.orig/src/device_vmmc.c 2009-11-09 15:40:31.000000000 +0100
++++ tapidemo-5.0.1.27/src/device_vmmc.c 2010-03-30 21:32:51.000000000 +0200
+@@ -240,7 +240,6 @@
+ TRACE(TAPIDEMO, DBG_LEVEL_HIGH,
+ ("Error, BBD file %s is not found.\n(File: %s, line: %d)\n",
+ pCpuDevice->pszBBD_CRAM_File, __FILE__, __LINE__));
+- return IFX_ERROR;
+ }
+
+ #endif /* USE_FILESYSTEM */