summaryrefslogtreecommitdiff
path: root/openwrt/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
commitd2aa16fb0ed11c93469e941ae2baa8af39bc53d0 (patch)
treeedb2ef2157d272bc730eb1863aeb50739b197604 /openwrt/package/linux/linux.config
parent65d4d1ddd78c2c675460bb3f4403a896c6008688 (diff)
downloadmtk-20170518-d2aa16fb0ed11c93469e941ae2baa8af39bc53d0.zip
mtk-20170518-d2aa16fb0ed11c93469e941ae2baa8af39bc53d0.tar.gz
mtk-20170518-d2aa16fb0ed11c93469e941ae2baa8af39bc53d0.tar.bz2
add pptp nat patch
SVN-Revision: 529
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r--openwrt/package/linux/linux.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config
index d35205b..91dabe4 100644
--- a/openwrt/package/linux/linux.config
+++ b/openwrt/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