Commit 85d9b05d authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER] PPTP helper: Add missing Kconfig dependency

PPTP should not be selectable without conntrack enabled
Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 907a4261
...@@ -139,6 +139,7 @@ config IP_NF_AMANDA ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment