From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 7 Oct 2012 02:44:53 +0800 References: <1349078263-5834-1-git-send-email-ordex@autistici.org> <1349078263-5834-8-git-send-email-ordex@autistici.org> In-Reply-To: <1349078263-5834-8-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210070244.54018.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv12 7/9] batman-adv: Distributed ARP Table - add compile option Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Monday, October 01, 2012 15:57:41 Antonio Quartulli wrote: > This patch makes it possible to decide whether to include DAT within the > batman-adv binary or not. > It is extremely useful when the user wants to reduce the size of the > resulting module by cutting off any not needed feature. > > Signed-off-by: Antonio Quartulli > --- > Makefile | 2 ++ > Makefile.kbuild | 2 +- > README.external | 1 + > compat.c | 2 ++ > debugfs.c | 7 +++++- > distributed-arp-table.h | 65 > +++++++++++++++++++++++++++++++++++++++++++++++++ > gen-compat-autoconf.sh | 1 + > types.h | 10 ++++++++ > 8 files changed, 88 insertions(+), 2 deletions( Applied in revision 909377e. Thanks, Marek