Standardize package Config.in, change prompt to package name + short description
SVN-Revision: 996
This commit is contained in:
parent
970ecd6d90
commit
fc9d35beb5
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_LIBLTDL
|
config BR2_PACKAGE_LIBLTDL
|
||||||
tristate "libltdl (a generic dynamic object loading library)"
|
tristate "libltdl - Generic dynamic object loading library"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
A generic dynamic object loading library.
|
A generic dynamic object loading library.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_LIBMYSQLCLIENT
|
config BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
tristate "libmysqlclient (MySQL client library)"
|
tristate "libmysqlclient - MySQL client library"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
MySQL client library.
|
MySQL client library.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_LIBPQ
|
config BR2_PACKAGE_LIBPQ
|
||||||
tristate "libpq (PostgreSQL client library)"
|
tristate "libpq - PostgreSQL client library"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
PostgreSQL client library.
|
PostgreSQL client library.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_TTCP
|
config BR2_PACKAGE_TTCP
|
||||||
tristate "ttcp"
|
tristate "ttcp - TCP connection performance tester"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
A small utility to test TCP connection performance
|
A small utility to test TCP connection performance
|
||||||
|
|
Loading…
Reference in a new issue