From: Harald Welte Date: Tue, 11 Oct 2005 03:47:42 +0000 (-0700) Subject: [NETFILTER] PPTP helper: Add missing Kconfig dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=85d9b05d9b1edad9a2630584754720a957ab0a2a;p=mv-sheeva.git [NETFILTER] PPTP helper: Add missing Kconfig dependency PPTP should not be selectable without conntrack enabled Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index a7659728e7a..4b6f80775fb 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig @@ -139,6 +139,7 @@ config IP_NF_AMANDA config IP_NF_PPTP tristate 'PPTP protocol support' + depends on IP_NF_CONNTRACK help This module adds support for PPTP (Point to Point Tunnelling Protocol, RFC2637) connection tracking and NAT.