summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/linux-2.4/config/x86
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-29 11:57:06 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-29 11:57:06 +0000
commit815e1cfba0c1f7a9adda5070a2c1e7a63b796cb0 (patch)
treef30abcc14b8d0608b01d56e933cdc0b7087f5800 /openwrt/target/linux/linux-2.4/config/x86
parent78e781585422f7e83975d6f83bc670e98348f14b (diff)
Added support for RTSP connection tracking modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2794 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config/x86')
-rw-r--r--openwrt/target/linux/linux-2.4/config/x864
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/x86 b/openwrt/target/linux/linux-2.4/config/x86
index 6da4f94aa..728613c4a 100644
--- a/openwrt/target/linux/linux-2.4/config/x86
+++ b/openwrt/target/linux/linux-2.4/config/x86
@@ -276,7 +276,6 @@ CONFIG_NET_IPGRE=m
#
# IP: Netfilter Configuration
#
-CONFIG_IP_NF_MMS=m
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_CONNTRACK_MARK=y
CONFIG_IP_NF_FTP=y
@@ -289,6 +288,8 @@ CONFIG_IP_NF_CT_PROTO_GRE=m
CONFIG_IP_NF_PPTP=m
CONFIG_IP_NF_SIP=m
CONFIG_IP_NF_H323=m
+CONFIG_IP_NF_MMS=m
+CONFIG_IP_NF_RTSP=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=m
@@ -341,6 +342,7 @@ CONFIG_IP_NF_NAT_SIP=m
CONFIG_IP_NF_NAT_H323=m
CONFIG_IP_NF_NAT_PROTO_GRE=m
CONFIG_IP_NF_NAT_MMS=m
+CONFIG_IP_NF_NAT_RTSP=m
CONFIG_IP_NF_NAT_AMANDA=m
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=y