summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-07 19:05:51 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-07 19:05:51 +0000
commit670b52a218e9b918b414c815e8e133bc01155207 (patch)
tree8241e69ee181bc68ab343686373bc71a30cf6bab /openwrt/package/asterisk/Config.in
parent07df01e891bdb99fb2e70a13666dfee1191197fc (diff)
downloadmtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.zip
mtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.tar.gz
mtk-20170518-670b52a218e9b918b414c815e8e133bc01155207.tar.bz2
make asterisk chan_bluetooth and chan_h323 modules optional, link openh323 and pwlib statically.
SVN-Revision: 3737
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r--openwrt/package/asterisk/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
index 7efaee5..a78300f 100644
--- a/openwrt/package/asterisk/Config.in
+++ b/openwrt/package/asterisk/Config.in
@@ -26,7 +26,9 @@ config BR2_PACKAGE_ASTERISK_CHAN_H323
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
- select BR2_PACKAGE_OPENH323
+ select BR2_COMPILE_OPENH323
+ select BR2_PACKAGE_LIBPTHREAD
+ select BR2_PACKAGE_UCLIBCXX
help
H.323 support for Asterisk