diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:16:53 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 01:16:53 +0000 |
| commit | fc9d35beb597dd9def17391091b16c341044bd45 (patch) | |
| tree | 508549f0b4954596433645b6ff8ab43d72e8767e /openwrt | |
| parent | 970ecd6d90532f20d27d33e4ee9a4ed29c0f064c (diff) | |
| download | mtk-20170518-fc9d35beb597dd9def17391091b16c341044bd45.zip mtk-20170518-fc9d35beb597dd9def17391091b16c341044bd45.tar.gz mtk-20170518-fc9d35beb597dd9def17391091b16c341044bd45.tar.bz2 | |
Standardize package Config.in, change prompt to package name + short description
SVN-Revision: 996
Diffstat (limited to 'openwrt')
| -rw-r--r-- | openwrt/package/libtool/Config.in | 2 | ||||
| -rw-r--r-- | openwrt/package/mysql/Config.in | 2 | ||||
| -rw-r--r-- | openwrt/package/postgresql/Config.in | 2 | ||||
| -rw-r--r-- | openwrt/package/ttcp/Config.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/libtool/Config.in b/openwrt/package/libtool/Config.in index d45eca3..a7ab832 100644 --- a/openwrt/package/libtool/Config.in +++ b/openwrt/package/libtool/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_LIBLTDL - tristate "libltdl (a generic dynamic object loading library)" + tristate "libltdl - Generic dynamic object loading library" default m if CONFIG_DEVEL help A generic dynamic object loading library. diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 9e47a6c..4abf4fc 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/package/mysql/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_LIBMYSQLCLIENT - tristate "libmysqlclient (MySQL client library)" + tristate "libmysqlclient - MySQL client library" default m if CONFIG_DEVEL help MySQL client library. diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 2680af2..3692782 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_LIBPQ - tristate "libpq (PostgreSQL client library)" + tristate "libpq - PostgreSQL client library" default m if CONFIG_DEVEL help PostgreSQL client library. diff --git a/openwrt/package/ttcp/Config.in b/openwrt/package/ttcp/Config.in index 681ee2b..4c83b51 100644 --- a/openwrt/package/ttcp/Config.in +++ b/openwrt/package/ttcp/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_TTCP - tristate "ttcp" + tristate "ttcp - TCP connection performance tester" default m if CONFIG_DEVEL help A small utility to test TCP connection performance |
