From baa8b69303a3f05b75fa183d62847bc97160cd2e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Fri, 4 Mar 2011 11:22:26 -0300 Subject: dropbear: bump to version 0.53.1 Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES Since some build-time defaults have changed that make dropbear somewhat bigger we introduce a new option to optimize dropbear for size. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/dropbear/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'package/dropbear/Config.in') diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index e47ba4545..4bc0e3e1b 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -13,3 +13,13 @@ config BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS Disable reverse DNS lookups on connection. This can be handy on systems without working DNS, as connections otherwise stall until DNS times out. + +config BR2_PACKAGE_DROPBEAR_SMALL + bool "optimize for size" + default y + depends on BR2_PACKAGE_DROPBEAR + help + Compile dropbear for the smallest possible binary size. + + Tradeoffs are slower hashes and ciphers, and disabling of the + blowfish cipher. -- cgit v1.2.3