summaryrefslogtreecommitdiffstats
path: root/package/dropbear/patches/120-use_small_code.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-02 14:51:45 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-02 14:51:45 +0000
commit5bf17f92d8fb02e3f1bd1f22f78188701d4ae758 (patch)
tree4081c87f5c528cf41d48ad72c9562630a525a010 /package/dropbear/patches/120-use_small_code.patch
parent2a953e1969c9202ee2a593245176acadc696d4ba (diff)
[package/dropbear]: tune some more options by default to decrease size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25831 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, 0 insertions, 11 deletions
diff --git a/package/dropbear/patches/120-use_small_code.patch b/package/dropbear/patches/120-use_small_code.patch
deleted file mode 100644
index 98a760fab..000000000
--- a/package/dropbear/patches/120-use_small_code.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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