diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 01:16:53 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-21 01:16:53 +0000 |
commit | 533fed85831598effa8ff006d0eb2f553ab7a541 (patch) | |
tree | 1ebc60d090c6577865ce8b0ee1226a7463531136 /package/ttcp | |
parent | 3be2927c34e903213311557d34c87c5767169467 (diff) |
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')
-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 |