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 <sven@narfation.org>
This commit is contained in:
parent
ccc93a4c45
commit
69d016ebe5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ config KMOD_BATMAN_ADV_DAT
|
||||||
config KMOD_BATMAN_ADV_DEBUGFS
|
config KMOD_BATMAN_ADV_DEBUGFS
|
||||||
bool "enable debugfs support"
|
bool "enable debugfs support"
|
||||||
depends on PACKAGE_kmod-batman-adv
|
depends on PACKAGE_kmod-batman-adv
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config KMOD_BATMAN_ADV_MCAST
|
config KMOD_BATMAN_ADV_MCAST
|
||||||
bool "enable multicast transmission optimization"
|
bool "enable multicast transmission optimization"
|
||||||
|
|
Loading…
Reference in a new issue