netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK
authorPatrick McHardy <kaber@trash.net>
Thu, 10 Feb 2011 09:13:07 +0000 (10:13 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 10 Feb 2011 09:13:07 +0000 (10:13 +0100)
commitc16e19c11730199c1df686b160c9c972ad28baf8
treecd9d01aa0febf01da6cf195c26926a9ab7589531
parent7c9989a76e62ceca90e5f31f8920fd6b7b8b6525
netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK

When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
...

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/ipset/Kconfig