diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-12 12:01:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-12 12:01:43 +0000 |
commit | f922715fbb42ddfd2b01665e3d1ca250ede9d1d1 (patch) | |
tree | 5ac258d55c097e8f4ae2a103132b35e70f5ddd98 /openwrt/target/linux/linux-2.4/config/x86 | |
parent | 87a9a4bf58e81b253b24f18419105d2fe5721f29 (diff) | |
download | mtk-20170518-f922715fbb42ddfd2b01665e3d1ca250ede9d1d1.zip mtk-20170518-f922715fbb42ddfd2b01665e3d1ca250ede9d1d1.tar.gz mtk-20170518-f922715fbb42ddfd2b01665e3d1ca250ede9d1d1.tar.bz2 |
Added support for the H323 connection tracking module
SVN-Revision: 2639
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config/x86')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/x86 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/x86 b/openwrt/target/linux/linux-2.4/config/x86 index bc139cc..3358231 100644 --- a/openwrt/target/linux/linux-2.4/config/x86 +++ b/openwrt/target/linux/linux-2.4/config/x86 @@ -287,6 +287,7 @@ CONFIG_IP_NF_MATCH_CONNBYTES=m 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_QUEUE=m CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_MATCH_LIMIT=m @@ -336,6 +337,7 @@ CONFIG_IP_NF_TARGET_REDIRECT=m CONFIG_IP_NF_TARGET_NETMAP=m CONFIG_IP_NF_NAT_PPTP=m CONFIG_IP_NF_NAT_SIP=m +CONFIG_IP_NF_NAT_H323=m CONFIG_IP_NF_NAT_PROTO_GRE=m CONFIG_IP_NF_NAT_AMANDA=m CONFIG_IP_NF_NAT_SNMP_BASIC=m |