From: Sven Eckelmann Date: Sun, 14 Oct 2018 14:01:46 +0000 (+0200) Subject: batman-adv: Add DEBUG_LOG -> DEBUGFS dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=726b00dc9fa45f32a3885670a30093345ce93f79;p=feed%2Frouting.git batman-adv: Add DEBUG_LOG -> DEBUGFS dependency The debug log is only available when the debugfs is also enabled. This must be reflected in Kconfig to avoid incompatible selection of batman-adv options. Signed-off-by: Sven Eckelmann --- diff --git a/batman-adv/Config.in b/batman-adv/Config.in index c56a4b3..85c18df 100644 --- a/batman-adv/Config.in +++ b/batman-adv/Config.in @@ -2,6 +2,7 @@ config KMOD_BATMAN_ADV_DEBUG_LOG bool "enable verbose debug logging" depends on PACKAGE_kmod-batman-adv + depends on KMOD_BATMAN_ADV_DEBUGFS default n config KMOD_BATMAN_ADV_BLA