Browse Source

[NETFILTER] PPTP helper: Add missing Kconfig dependency

PPTP should not be selectable without conntrack enabled

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Harald Welte 19 years ago
parent
commit
85d9b05d9b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ipv4/netfilter/Kconfig

+ 1 - 0
net/ipv4/netfilter/Kconfig

@@ -139,6 +139,7 @@ config IP_NF_AMANDA
 
 
 config IP_NF_PPTP
 config IP_NF_PPTP
 	tristate  'PPTP protocol support'
 	tristate  'PPTP protocol support'
+	depends on IP_NF_CONNTRACK
 	help
 	help
 	  This module adds support for PPTP (Point to Point Tunnelling
 	  This module adds support for PPTP (Point to Point Tunnelling
 	  Protocol, RFC2637) connection tracking and NAT. 
 	  Protocol, RFC2637) connection tracking and NAT.