1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 02:13:51 +03:00

Add package name and short description to Config.in prompt, add URL too

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@952 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-19 16:23:16 +00:00
parent 3c8838af83
commit 04df1e8bed
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,8 @@
config BR2_PACKAGE_CUPS
tristate "Common UNIX Printing System"
tristate "cups - Common UNIX Printing System"
default m if CONFIG_DEVEL
help
A printer spooling system for devices with USB or LP support
http://www.cups.org/