batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by default
authorSven Eckelmann <sven@narfation.org>
Mon, 11 Jun 2018 10:49:46 +0000 (12:49 +0200)
committerSven Eckelmann <sven@narfation.org>
Tue, 17 Jul 2018 18:21:06 +0000 (20:21 +0200)
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>
batman-adv/Config.in

index 1b2399fc0ba6fecb8b9dd7c1abf3a0d791ae4621..c56a4b3bf4919fea95979972d8d2f44ea7d19ffa 100644 (file)
@@ -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"