From 04ee774cc2c80f1d5a6baeb296f848aa2802c7b5 Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Sat, 31 Mar 2012 16:10:33 +0300 Subject: [PATCH] --- yaml --- r: 300575 b: refs/heads/master c: 10e3cd6a251a2a24e5461e5ad242ea8708ff1866 h: refs/heads/master i: 300573: cfb2b616145ab46642f01e88096dd9ffd66fda69 300571: 57c902e23af5cb78f0116260b972139d33af1103 300567: 45ccdc02a9fcaaf010ccb3366a24ba58cc40963d 300559: e6695c8f89897cd1d2576d3e9ea79eb7ed048c32 300543: 2e7f62b682397611694dc1fc0d112507aec8be2f v: v3 --- [refs] | 2 +- trunk/net/batman-adv/Kconfig | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index f2623668d0b3..85126f2b24ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf9ab887c5912376693532a9b57ef23a9f45c668 +refs/heads/master: 10e3cd6a251a2a24e5461e5ad242ea8708ff1866 diff --git a/trunk/net/batman-adv/Kconfig b/trunk/net/batman-adv/Kconfig index 2b68d068eaf3..a04d28f392e6 100644 --- a/trunk/net/batman-adv/Kconfig +++ b/trunk/net/batman-adv/Kconfig @@ -7,19 +7,18 @@ config BATMAN_ADV depends on NET select CRC16 default n - ---help--- + help + B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is + a routing protocol for multi-hop ad-hoc mesh networks. The + networks may be wired or wireless. See + http://www.open-mesh.org/ for more information and user space + tools. - B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is - a routing protocol for multi-hop ad-hoc mesh networks. The - networks may be wired or wireless. See - http://www.open-mesh.org/ for more information and user space - tools. config BATMAN_ADV_DEBUG bool "B.A.T.M.A.N. debugging" - depends on BATMAN_ADV != n - ---help--- - + depends on BATMAN_ADV + help This is an option for use by developers; most people should say N here. This enables compilation of support for outputting debugging information to the kernel log. The