diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:23:16 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 16:23:16 +0000 |
commit | aba829dc2c441b59162d9114891daadfe059f111 (patch) | |
tree | d9a4b6fe1b96453453c46d6085a3a325eb286b8c /openwrt/package/asterisk/Config.in | |
parent | da8cc9e5b84a89d9dadeccfb02a90e5c47e7e1ae (diff) |
Add package name and short description to Config.in prompt, add URL too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r-- | openwrt/package/asterisk/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index 21a322cdb0..d389db1b9f 100644 --- a/openwrt/package/asterisk/Config.in +++ b/openwrt/package/asterisk/Config.in @@ -1,11 +1,14 @@ config BR2_PACKAGE_ASTERISK - tristate "Asterisk" + tristate "asterisk - Complete open source PBX" default m if CONFIG_DEVEL help Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. + + http://www.asterisk.org/ + config BR2_PACKAGE_ASTERISK_SPEEX tristate "Speex codec" @@ -15,7 +18,6 @@ config BR2_PACKAGE_ASTERISK_SPEEX help The Speex speech compression codec for Asterisk - config BR2_PACKAGE_ASTERISK_MYSQL tristate "MySQL plugins" default m if CONFIG_DEVEL |