summaryrefslogtreecommitdiff
path: root/openwrt/package/dropbear/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-31 13:33:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-31 13:33:25 +0000
commit051931d5fbbee0947e9035b892760f57719ae8a3 (patch)
treea45147e6ddf71eb8a6a325b7e33cfd3da79796fb /openwrt/package/dropbear/Config.in
parent4590caced72f7c825d4ecc7f9d2e300bbb13f5e8 (diff)
downloadmtk-20170518-051931d5fbbee0947e9035b892760f57719ae8a3.zip
mtk-20170518-051931d5fbbee0947e9035b892760f57719ae8a3.tar.gz
mtk-20170518-051931d5fbbee0947e9035b892760f57719ae8a3.tar.bz2
disable dropbear zlib support and split off dropbearconvert to save flash space
SVN-Revision: 3085
Diffstat (limited to 'openwrt/package/dropbear/Config.in')
-rw-r--r--openwrt/package/dropbear/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in
index 0c4b2f4..5ed76a5 100644
--- a/openwrt/package/dropbear/Config.in
+++ b/openwrt/package/dropbear/Config.in
@@ -2,9 +2,13 @@ config BR2_PACKAGE_DROPBEAR
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/
+config BR2_PACKAGE_DBCONVERT
+ prompt "dropbearconvert................... Utility for converting SSH keys"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_DROPBEAR