Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 9f58031ddea587d9e42cba039f066d3dfb926655 Author: Sven Eckelmann sven@narfation.org Date: Sun Jan 27 16:28:23 2019 +0100
batman-adv-devel: Allow to use BATMAN_ADV_DEBUG without BATMAN_ADV_DEBUGFS
The BATMAN_ADV_DEBUGFS portion of batman-adv is marked as deprecated. Thus all required functionality should be available without it. The debug log was already modified to also output via the kernel tracing function but still retained its BATMAN_ADV_DEBUGFS functionality.
Separate the entry point for the debug log from the debugfs portions to make it possible to build with BATMAN_ADV_DEBUG and without BATMAN_ADV_DEBUGFS.
Signed-off-by: Sven Eckelmann sven@narfation.org
9f58031ddea587d9e42cba039f066d3dfb926655 batman-adv-devel/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv-devel/Config.in b/batman-adv-devel/Config.in index d658129..0f123f6 100644 --- a/batman-adv-devel/Config.in +++ b/batman-adv-devel/Config.in @@ -90,7 +90,7 @@ config BATMAN_ADV_DEVEL_DEBUGFS
config BATMAN_ADV_DEVEL_DEBUG bool "B.A.T.M.A.N. debugging" - depends on BATMAN_ADV_DEVEL_DEBUGFS + depends on PACKAGE_kmod-batman-adv-devel help This is an option for use by developers; most people should say N here. This enables compilation of support for