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

SVN-Revision: 952
This commit is contained in:
Nicolas Thill 2005-05-19 16:23:16 +00:00
parent 44e5b1b3e6
commit e42ef11721
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
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
@ -7,6 +7,9 @@ config BR2_PACKAGE_ASTERISK
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"
default m if CONFIG_DEVEL
@ -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/