Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 67be00d254fc1c45ff956f6df009566bcab177d7 Author: Sven Eckelmann sven@narfation.org Date: Mon Jun 11 12:49:46 2018 +0200
batman-adv-devel: 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 sven@narfation.org
67be00d254fc1c45ff956f6df009566bcab177d7 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 2b42b7c..4df1528 100644 --- a/batman-adv-devel/Config.in +++ b/batman-adv-devel/Config.in @@ -17,7 +17,7 @@ config KMOD_BATMAN_ADV_DEVEL_DAT config KMOD_BATMAN_ADV_DEVEL_DEBUGFS bool "enable debugfs support" depends on PACKAGE_kmod-batman-adv-devel - default y + default n
config KMOD_BATMAN_ADV_DEVEL_MCAST bool "enable multicast transmission optimization"