Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 628f87f3 authored by Harald Welte's avatar Harald Welte Committed by David S. Miller
Browse files

[NETFILTER]: Solve Kconfig dependency problem



As suggested by Roman Zippel.

Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 987905de
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ menu "IP: Netfilter Configuration"
# connection tracking, helpers and protocols
config IP_NF_CONNTRACK
	tristate "Connection tracking (required for masq/NAT)"
	select NETFILTER_NETLINK if IP_NF_CONNTRACK_NETLINK!=n
	---help---
	  Connection tracking keeps a record of what packets have passed
	  through your machine, in order to figure out how they are related
@@ -55,8 +54,7 @@ config IP_NF_CONNTRACK_EVENTS
config IP_NF_CONNTRACK_NETLINK
	tristate 'Connection tracking netlink interface'
	depends on IP_NF_CONNTRACK && NETFILTER_NETLINK
	default IP_NF_CONNTRACK if NETFILTER_NETLINK=y
	default m if NETFILTER_NETLINK=m
	depends on IP_NF_CONNTRACK!=y || NETFILTER_NETLINK!=m
	help
	  This option enables support for a netlink-based userspace interface