diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-12 16:15:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-12 16:15:41 +0000 |
commit | 19e37cab1585f14d8e2b5a593074432ea99c4bf9 (patch) | |
tree | 2b8ddc984f24ba6b1f1f85b76ece5259bd7a2d59 /openwrt/target/linux/x86-2.6 | |
parent | ad8842b945a0a27606d055e1a67b048e009e5843 (diff) | |
download | mtk-20170518-19e37cab1585f14d8e2b5a593074432ea99c4bf9.zip mtk-20170518-19e37cab1585f14d8e2b5a593074432ea99c4bf9.tar.gz mtk-20170518-19e37cab1585f14d8e2b5a593074432ea99c4bf9.tar.bz2 |
Add SIP connection tracking helpers. Update 2.6 kernel configuration to build SIP connection tracking helper Add informations in menuconfig
SVN-Revision: 3627
Diffstat (limited to 'openwrt/target/linux/x86-2.6')
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 54f63c9..39fcb76 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -384,6 +384,7 @@ CONFIG_IP_NF_NETBIOS_NS=m CONFIG_IP_NF_TFTP=m CONFIG_IP_NF_AMANDA=m CONFIG_IP_NF_PPTP=m +CONFIG_IP_NF_SIP=m CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_MATCH_IPRANGE=m @@ -420,6 +421,7 @@ CONFIG_IP_NF_NAT_FTP=y CONFIG_IP_NF_NAT_TFTP=m CONFIG_IP_NF_NAT_AMANDA=m CONFIG_IP_NF_NAT_PPTP=m +CONFIG_IP_NF_NAT_SIP=m CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_TARGET_TOS=m CONFIG_IP_NF_TARGET_ECN=m |