diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2011-05-16 22:41:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-16 22:41:54 +0200 |
commit | a7e78f974e4536c23904cb5714ce1a917b3f420e (patch) | |
tree | ef612f795cf978d56e824884352932e736e37cca /package/dropbear/Config.in | |
parent | 017e3061fdd62d42ffb851057b67e6d96b1fd47a (diff) |
dropbear: disable zlib support when built with small option
Closes #3733
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dropbear/Config.in')
-rw-r--r-- | package/dropbear/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index 4bc0e3e1b..c30228f20 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_DROPBEAR bool "dropbear" - select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_ZLIB if !BR2_PACKAGE_DROPBEAR_SMALL help A small SSH 2 server designed for small memory environments. @@ -22,4 +22,4 @@ config BR2_PACKAGE_DROPBEAR_SMALL Compile dropbear for the smallest possible binary size. Tradeoffs are slower hashes and ciphers, and disabling of the - blowfish cipher. + blowfish cipher and zlib. |