From: Sven Eckelmann Date: Mon, 11 Jun 2018 10:49:46 +0000 (+0200) Subject: batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=69d016ebe519327e455739d44fc3be09483e035b;p=feed%2Frouting.git batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by default All tools which were known to the batman-adv development team are supporting the batman-adv netlink interface since a while. Also debugfs is not supported for batman-adv interfaces in any non-default netns. Thus disabling CONFIG_BATMAN_ADV_DEBUGFS by default should not cause problems on most systems. It is still possible to enable it in case it is still required in a specific setup. Signed-off-by: Sven Eckelmann --- diff --git a/batman-adv/Config.in b/batman-adv/Config.in index 1b2399f..c56a4b3 100644 --- a/batman-adv/Config.in +++ b/batman-adv/Config.in @@ -17,7 +17,7 @@ config KMOD_BATMAN_ADV_DAT config KMOD_BATMAN_ADV_DEBUGFS bool "enable debugfs support" depends on PACKAGE_kmod-batman-adv - default y + default n config KMOD_BATMAN_ADV_MCAST bool "enable multicast transmission optimization"