diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-22 19:56:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-22 19:56:19 +0000 |
commit | faf93d0bdc49928d9347280914236ec7778a0e39 (patch) | |
tree | 8744ff87c38d1fb07757ea5302c2d79aba19e695 /openwrt/package/asterisk/Config.in | |
parent | 37d40e735fb212a9a97fb0c620c44867e252e174 (diff) | |
download | mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.zip mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.tar.gz mtk-20170518-faf93d0bdc49928d9347280914236ec7778a0e39.tar.bz2 |
add chan_bluetooth
SVN-Revision: 1727
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r-- | openwrt/package/asterisk/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index a8c5d31..5b73567 100644 --- a/openwrt/package/asterisk/Config.in +++ b/openwrt/package/asterisk/Config.in @@ -13,6 +13,15 @@ config BR2_PACKAGE_ASTERISK http://www.asterisk.org/ +config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH + prompt "...-chan-bluetooth - Bluetooth HandsFreeProfile support for Asterisk" + tristate + default m if CONFIG_DEVEL + depends BR2_PACKAGE_ASTERISK + select BR2_PACKAGE_BLUEZ_LIBS + help + The Bluetooth HandsFreeProfile support for Asterisk + config BR2_PACKAGE_ASTERISK_CODEC_ILBC prompt "...-codec-ilbc - Internet Low Bitrate Codec (ILBC) Translator" tristate |