batman-adv: Disable MCAST during compilation
authorSven Eckelmann <sven@narfation.org>
Sun, 14 Oct 2018 14:58:01 +0000 (16:58 +0200)
committerSven Eckelmann <sven@narfation.org>
Sun, 14 Oct 2018 14:58:01 +0000 (16:58 +0200)
The multicast optimization compile option is disabled by default in the
Kconfig of batman-adv. The out-of-tree module should keep this setting in
sync and thus has to also disable the build of multicast optimization by
default.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batman-adv/Config.in

index 997bf9a6722a1eeb793b55b2ca2ec6fa40eea7cf..18b3807d9069bae5a6c14a93aad6f60b9f7da6ef 100644 (file)
@@ -22,7 +22,6 @@ config KMOD_BATMAN_ADV_NC
 config KMOD_BATMAN_ADV_MCAST
        bool "enable multicast transmission optimization"
        depends on PACKAGE_kmod-batman-adv
-       default y
 
 config KMOD_BATMAN_ADV_DEBUGFS
        bool "enable debugfs support"