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 | f8b028f6a1919d6b97c9a8f4844d9057333da4a6 (patch) | |
tree | 1ebc60d090c6577865ce8b0ee1226a7463531136 /package/ttcp/Config.in | |
parent | f89caa2eb3faa4047a1be5a8ca91984600d482fa (diff) | |
download | upstream-f8b028f6a1919d6b97c9a8f4844d9057333da4a6.tar.gz upstream-f8b028f6a1919d6b97c9a8f4844d9057333da4a6.tar.bz2 upstream-f8b028f6a1919d6b97c9a8f4844d9057333da4a6.zip |
Standardize package Config.in, change prompt to package name + short description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@996 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ttcp/Config.in')
-rw-r--r-- | package/ttcp/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ttcp/Config.in b/package/ttcp/Config.in index 681ee2bf44..4c83b515fd 100644 --- a/package/ttcp/Config.in +++ b/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 |