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