aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/linux.config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-02 19:05:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-02 19:05:41 +0000
commit786263062955ddd4591994801a833a2d10cee8b6 (patch)
treebc321d8786856ab8e1f6e711bdbf996c2c2e5503 /package/linux/linux.config
parent8a7a2b1b6ef686997fd3a13cd3796dde1ef31ff3 (diff)
downloadupstream-786263062955ddd4591994801a833a2d10cee8b6.tar.gz
upstream-786263062955ddd4591994801a833a2d10cee8b6.tar.bz2
upstream-786263062955ddd4591994801a833a2d10cee8b6.zip
add pptp nat patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/linux.config')
-rw-r--r--package/linux/linux.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/linux/linux.config b/package/linux/linux.config
index d35205b73a..91dabe4e7c 100644
--- a/package/linux/linux.config
+++ b/package/linux/linux.config
@@ -344,6 +344,8 @@ CONFIG_IP_NF_FTP=y
# CONFIG_IP_NF_AMANDA is not set
CONFIG_IP_NF_TFTP=y
CONFIG_IP_NF_IRC=y
+CONFIG_IP_NF_CT_PROTO_GRE=m
+CONFIG_IP_NF_PPTP=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=m
@@ -376,6 +378,8 @@ CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
+CONFIG_IP_NF_NAT_PPTP=m
+CONFIG_IP_NF_NAT_PROTO_GRE=m
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=y
CONFIG_IP_NF_NAT_FTP=y