Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 101e9da88da9a504ddd7911602f687b0e11087c9 Author: Sven Eckelmann sven@narfation.org Date: Sat Mar 9 13:01:10 2019 +0100
batman-adv-devel: Fix description for BATMAN_ADV_DEBUG
The debug messages of batman-adv are not printed to the kernel log at all but can be stored (depending on the compile setting) in the tracing buffer or the batadv specific log buffer. There is also no debug module parameter but a batadv netdev specific log_level setting to enable/disable different classes of debug messages at runtime.
Signed-off-by: Sven Eckelmann sven@narfation.org
101e9da88da9a504ddd7911602f687b0e11087c9 batman-adv-devel/Config.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/batman-adv-devel/Config.in b/batman-adv-devel/Config.in index 0f123f6..7ea862c 100644 --- a/batman-adv-devel/Config.in +++ b/batman-adv-devel/Config.in @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -# Copyright (C) 2007-2018 B.A.T.M.A.N. contributors: +# Copyright (C) 2007-2019 B.A.T.M.A.N. contributors: # # Marek Lindner, Simon Wunderlich # @@ -94,8 +94,9 @@ config BATMAN_ADV_DEVEL_DEBUG 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 - output is controlled via the module parameter debug. + outputting debugging information to the debugfs log or tracing + buffer. The output is controlled via the batadv netdev specific + log_level setting.
config BATMAN_ADV_DEVEL_TRACING bool "B.A.T.M.A.N. tracing support"