diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-01-02 11:30:01 -0500 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-01-04 14:14:38 -0500 |
commit | 757ae316fb35811cfd8c67de0e0b8680ec4c1f37 (patch) | |
tree | f173aad0354da78df6fea7802c41cbfe68ece60d /net | |
parent | 429da4c0b1e59837ec946cdf0f04eb1899586923 (diff) |
netfilter: fix missing dependencies for the NOTRACK target
warning: (NETFILTER_XT_TARGET_NOTRACK) selects NETFILTER_XT_TARGET_CT which has unmet direct
+dependencies (NET && INET && NETFILTER && NETFILTER_XTABLES && NF_CONNTRACK && (IP_NF_RAW ||
+IP6_NF_RAW) && NETFILTER_ADVANCED)
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 390f96cc8ed4..49e96df5fbc4 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -682,6 +682,9 @@ config NETFILTER_XT_TARGET_NFQUEUE | |||
682 | 682 | ||
683 | config NETFILTER_XT_TARGET_NOTRACK | 683 | config NETFILTER_XT_TARGET_NOTRACK |
684 | tristate '"NOTRACK" target support (DEPRECATED)' | 684 | tristate '"NOTRACK" target support (DEPRECATED)' |
685 | depends on NF_CONNTRACK | ||
686 | depends on IP_NF_RAW || IP6_NF_RAW | ||
687 | depends on NETFILTER_ADVANCED | ||
685 | select NETFILTER_XT_TARGET_CT | 688 | select NETFILTER_XT_TARGET_CT |
686 | 689 | ||
687 | config NETFILTER_XT_TARGET_RATEEST | 690 | config NETFILTER_XT_TARGET_RATEEST |