Add package name and short description to Config.in prompt, add URL too
SVN-Revision: 952
This commit is contained in:
parent
44e5b1b3e6
commit
e42ef11721
@ -1,11 +1,14 @@
|
|||||||
config BR2_PACKAGE_ASTERISK
|
config BR2_PACKAGE_ASTERISK
|
||||||
tristate "Asterisk"
|
tristate "asterisk - Complete open source PBX"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
Asterisk is a complete PBX in software. It provides all of the features
|
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
|
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
|
protocols, and can interoperate with almost all standards-based telephony
|
||||||
equipment using relatively inexpensive hardware.
|
equipment using relatively inexpensive hardware.
|
||||||
|
|
||||||
|
http://www.asterisk.org/
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_ASTERISK_SPEEX
|
config BR2_PACKAGE_ASTERISK_SPEEX
|
||||||
tristate "Speex codec"
|
tristate "Speex codec"
|
||||||
@ -15,7 +18,6 @@ config BR2_PACKAGE_ASTERISK_SPEEX
|
|||||||
help
|
help
|
||||||
The Speex speech compression codec for Asterisk
|
The Speex speech compression codec for Asterisk
|
||||||
|
|
||||||
|
|
||||||
config BR2_PACKAGE_ASTERISK_MYSQL
|
config BR2_PACKAGE_ASTERISK_MYSQL
|
||||||
tristate "MySQL plugins"
|
tristate "MySQL plugins"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
config BR2_PACKAGE_CUPS
|
config BR2_PACKAGE_CUPS
|
||||||
tristate "Common UNIX Printing System"
|
tristate "cups - Common UNIX Printing System"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
A printer spooling system for devices with USB or LP support
|
A printer spooling system for devices with USB or LP support
|
||||||
|
|
||||||
|
http://www.cups.org/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user