diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-07 18:19:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-07 18:19:51 +0000 |
commit | 19df97b1e9f1b0e46056aa812f5db2cfbe13873b (patch) | |
tree | 593dce265a35ee2c5556fc717352f01d9e501573 /package/pjsip | |
parent | 34c079214263598fa752f059d114c14f719d94ed (diff) | |
download | upstream-19df97b1e9f1b0e46056aa812f5db2cfbe13873b.tar.gz upstream-19df97b1e9f1b0e46056aa812f5db2cfbe13873b.tar.bz2 upstream-19df97b1e9f1b0e46056aa812f5db2cfbe13873b.zip |
pjsip-ltq-tap is for all lantiq targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pjsip')
-rw-r--r-- | package/pjsip/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pjsip/Config.in b/package/pjsip/Config.in index c5c709389d..c993f1c540 100644 --- a/package/pjsip/Config.in +++ b/package/pjsip/Config.in @@ -21,7 +21,7 @@ config PJSIP_SOUND config PJSIP_LTQ_TAPI bool "Lantiq TAPI sound device support" - depends on PACKAGE_pjsip && TARGET_lantiq_xway + depends on PACKAGE_pjsip && TARGET_lantiq default n help Enable Lantiq Tapi. |