diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-22 19:56:19 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-22 19:56:19 +0000 |
commit | b85c041bcefead34ebda03ce326f604b8fb8876e (patch) | |
tree | 8744ff87c38d1fb07757ea5302c2d79aba19e695 /openwrt/package/asterisk/Config.in | |
parent | c220651dd3bc4b1d674f07b9987b67193b3320cd (diff) |
add chan_bluetooth
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1727 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 a8c5d311c..5b73567b2 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 |