diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 19:17:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 19:17:20 +0000 |
commit | 079d042a56c70ba3eb7716d43c453b249792474c (patch) | |
tree | 42127386259f495bc30289813db2b3cde9e9a469 /openwrt/package/dropbear/Config.in | |
parent | b9a3554f4a82fbbe8e4147399bb69b048b01c835 (diff) | |
download | mtk-20170518-079d042a56c70ba3eb7716d43c453b249792474c.zip mtk-20170518-079d042a56c70ba3eb7716d43c453b249792474c.tar.gz mtk-20170518-079d042a56c70ba3eb7716d43c453b249792474c.tar.bz2 |
revert last Config.in change
SVN-Revision: 2661
Diffstat (limited to 'openwrt/package/dropbear/Config.in')
-rw-r--r-- | openwrt/package/dropbear/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in index 54d7284..0c4b2f4 100644 --- a/openwrt/package/dropbear/Config.in +++ b/openwrt/package/dropbear/Config.in @@ -1,9 +1,10 @@ config BR2_PACKAGE_DROPBEAR - tristate "dropbear - Small SSH 2 client/server" + prompt "dropbear.......................... Small SSH 2 client/server" + tristate default y select BR2_PACKAGE_ZLIB help A small SSH 2 server/client designed for small memory environments. http://matt.ucc.asn.au/dropbear/ - + |