aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-30 03:15:44 -0400
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-09-30 15:33:28 -0400
commitd9628bbeca888fd1f9a9c57864dd90b7d25954e0 (patch)
tree9bcb6defa553208af31a21fd28052ee42be7d18a /net/netfilter
parentb91b396d5e35eef9938a56e781cb0171a53907ca (diff)
netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'net/netfilter')
-rw-r--r--net/netfilter/ipset/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig
index ba36c283d837..fd2c14b6c51b 100644
--- a/net/netfilter/ipset/Kconfig
+++ b/net/netfilter/ipset/Kconfig
@@ -1,7 +1,7 @@
1menuconfig IP_SET 1menuconfig IP_SET
2 tristate "IP set support" 2 tristate "IP set support"
3 depends on INET && NETFILTER 3 depends on INET && NETFILTER
4 depends on NETFILTER_NETLINK 4 select NETFILTER_NETLINK
5 help 5 help
6 This option adds IP set support to the kernel. 6 This option adds IP set support to the kernel.
7 In order to define and use the sets, you need the userspace utility 7 In order to define and use the sets, you need the userspace utility