From 2a953e1969c9202ee2a593245176acadc696d4ba Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 2 Mar 2011 14:20:51 +0000 Subject: [package/dropbear]: upgrade to 0.53.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/dropbear/patches/120-use_small_code.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/dropbear/patches/120-use_small_code.patch (limited to 'package/dropbear/patches/120-use_small_code.patch') diff --git a/package/dropbear/patches/120-use_small_code.patch b/package/dropbear/patches/120-use_small_code.patch new file mode 100644 index 000000000..98a760fab --- /dev/null +++ b/package/dropbear/patches/120-use_small_code.patch @@ -0,0 +1,11 @@ +--- a/options.h ++++ b/options.h +@@ -49,7 +49,7 @@ + several kB in binary size however will make the symmetrical ciphers and hashes + slower, perhaps by 50%. Recommended for small systems that aren't doing + much traffic. */ +-/*#define DROPBEAR_SMALL_CODE*/ ++#define DROPBEAR_SMALL_CODE + + /* Enable X11 Forwarding - server only */ + #define ENABLE_X11FWD -- cgit v1.2.3