aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear/patches/120-use_small_code.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-02 14:20:51 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-02 14:20:51 +0000
commita42baad83cace9b9625a75b6b8720ef539ef739b (patch)
tree354147a1d54c7195d5cf9a21074ab79e101478da /package/dropbear/patches/120-use_small_code.patch
parent64eeb3622360be041b6914f49065ce00e101f7a3 (diff)
downloadupstream-a42baad83cace9b9625a75b6b8720ef539ef739b.tar.gz
upstream-a42baad83cace9b9625a75b6b8720ef539ef739b.tar.bz2
upstream-a42baad83cace9b9625a75b6b8720ef539ef739b.zip
[package/dropbear]: upgrade to 0.53.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/patches/120-use_small_code.patch')
-rw-r--r--package/dropbear/patches/120-use_small_code.patch11
1 files changed, 11 insertions, 0 deletions
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 0000000000..98a760fab7
--- /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