Browse Source

netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINK

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Jozsef Kadlecsik 12 years ago
parent
commit
d9628bbeca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/netfilter/ipset/Kconfig

+ 1 - 1
net/netfilter/ipset/Kconfig

@@ -1,7 +1,7 @@
 menuconfig IP_SET
 menuconfig IP_SET
 	tristate "IP set support"
 	tristate "IP set support"
 	depends on INET && NETFILTER
 	depends on INET && NETFILTER
-	depends on NETFILTER_NETLINK
+	select NETFILTER_NETLINK
 	help
 	help
 	  This option adds IP set support to the kernel.
 	  This option adds IP set support to the kernel.
 	  In order to define and use the sets, you need the userspace utility
 	  In order to define and use the sets, you need the userspace utility