From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/dropbear/patches/patch-options_h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/dropbear/patches/patch-options_h (limited to 'package/dropbear/patches/patch-options_h') diff --git a/package/dropbear/patches/patch-options_h b/package/dropbear/patches/patch-options_h new file mode 100644 index 000000000..c25f10856 --- /dev/null +++ b/package/dropbear/patches/patch-options_h @@ -0,0 +1,24 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- dropbear-0.52.orig/options.h 2008-11-11 15:13:50.000000000 +0100 ++++ dropbear-0.52/options.h 2009-03-19 19:24:46.000000000 +0100 +@@ -10,6 +10,11 @@ + * parts are to allow for commandline -DDROPBEAR_XXX options etc. + ******************************************************************/ + ++#if !defined(DROPBEAR_CLIENT) && !defined(DROPBEAR_SERVER) ++#define DROPBEAR_SERVER ++#define DROPBEAR_CLIENT ++#endif ++ + #ifndef DROPBEAR_DEFPORT + #define DROPBEAR_DEFPORT "22" + #endif +@@ -129,7 +134,7 @@ etc) slower (perhaps by 50%). Recommende + /* #define DSS_PROTOK */ + + /* Whether to do reverse DNS lookups. */ +-#define DO_HOST_LOOKUP ++/* #define DO_HOST_LOOKUP */ + + /* Whether to print the message of the day (MOTD). This doesn't add much code + * size */ -- cgit v1.2.3