diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2011-12-28 10:03:30 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-29 14:39:19 -0500 |
commit | bc94b52167596e4f9c0a020c10e2f49b04a2e48b (patch) | |
tree | e873478149fd8fa590ef83947eee059ddbf5cdca /net | |
parent | d191854282fd831da785a5a34bc6fd16049b8578 (diff) |
netfilter: Kconfig: fix unmet xt_nfacct dependencies
warning: (NETFILTER_XT_MATCH_NFACCT) selects NETFILTER_NETLINK_ACCT which has
unmet direct dependencies (NET && INET && NETFILTER && NETFILTER_ADVANCED)
and then
ERROR: "nfnetlink_subsys_unregister" [net/netfilter/nfnetlink_acct.ko] undefined!
ERROR: "nfnetlink_subsys_register" [net/netfilter/nfnetlink_acct.ko] undefined!
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index f6275a0f1ea7..f8ac4ef0b794 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -908,7 +908,7 @@ config NETFILTER_XT_MATCH_MULTIPORT | |||
908 | 908 | ||
909 | config NETFILTER_XT_MATCH_NFACCT | 909 | config NETFILTER_XT_MATCH_NFACCT |
910 | tristate '"nfacct" match support' | 910 | tristate '"nfacct" match support' |
911 | default m if NETFILTER_ADVANCED=n | 911 | depends on NETFILTER_ADVANCED |
912 | select NETFILTER_NETLINK_ACCT | 912 | select NETFILTER_NETLINK_ACCT |
913 | help | 913 | help |
914 | This option allows you to use the extended accounting through | 914 | This option allows you to use the extended accounting through |