summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-15 08:22:57 +0000
commita8780cfe237c54b9d0f606ef038b6ecbd3cf633e (patch)
treed593a0cd1421310536685952b23c32162d3f3af5 /openwrt/package/asterisk/Config.in
parente3f2355a129d934a24400f9931f5bd1570995ce4 (diff)
downloadmtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.zip
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.gz
mtk-20170518-a8780cfe237c54b9d0f606ef038b6ecbd3cf633e.tar.bz2
update asterisk to new upstream release (v1.2.1)
SVN-Revision: 2682
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r--openwrt/package/asterisk/Config.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
index 127bb15..dad8cf7 100644
--- a/openwrt/package/asterisk/Config.in
+++ b/openwrt/package/asterisk/Config.in
@@ -95,7 +95,16 @@ config BR2_PACKAGE_ASTERISK_PGSQL
select BR2_PACKAGE_LIBPQ
help
PostgreSQL modules for Asterisk
-
+
+config BR2_PACKAGE_ASTERISK_SQLITE
+ prompt "asterisk-sqlite................. SQLite modules"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_LIBSQLITE
+ help
+ SQLite modules for Asterisk
+
config BR2_PACKAGE_ASTERISK_SOUNDS
prompt "asterisk-sounds................. Sound files"
tristate
@@ -111,7 +120,7 @@ config BR2_PACKAGE_ASTERISK_VOICEMAIL
depends BR2_PACKAGE_ASTERISK
help
Voicemail related modules for Asterisk
-
+
config BR2_PACKAGE_ASTERISK_MINI
prompt "asterisk-mini..................... Minimal open source PBX"
tristate
@@ -137,6 +146,5 @@ config BR2_PACKAGE_ASTERISK_MINI
- pbx_config
- res_features
- res_musiconhold
-
endmenu