diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
commit | 2a9699ff4d0e746c332cec99ad83575f766f0d50 (patch) | |
tree | 8e5e92635ce822ab0d04174d1ca6763234ecc474 /package/dropbear/Config.in | |
parent | 5752bb0b24c5cfcd0aae591c4602705024041f18 (diff) | |
download | upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.gz upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.bz2 upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.zip |
Add package name and short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Config.in')
-rw-r--r-- | package/dropbear/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index b82464586d..54d7284eed 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -1,10 +1,9 @@ config BR2_PACKAGE_DROPBEAR - tristate "SSH Server/Client" + tristate "dropbear - Small SSH 2 client/server" default y select BR2_PACKAGE_ZLIB help - dropbear - A small SSH 2 server/client designed for small memory environments. - + http://matt.ucc.asn.au/dropbear/ + |