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 ordex@autistici.org
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