diff options
author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2005-12-19 12:32:09 +0000 |
---|---|---|
committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2005-12-19 12:32:09 +0000 |
commit | 322e8656e9b80a117d79bdebebd7ffe138cc376f (patch) | |
tree | f7b732781732faa982a44046ccff0d12b02b3d90 /target | |
parent | 9436c9ffd5ceb1bd0b6d93af8104916f73e430a5 (diff) | |
download | upstream-322e8656e9b80a117d79bdebebd7ffe138cc376f.tar.gz upstream-322e8656e9b80a117d79bdebebd7ffe138cc376f.tar.bz2 upstream-322e8656e9b80a117d79bdebebd7ffe138cc376f.zip |
fix missing CONFIG_IP_NF_NAT_MMS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/linux-2.4/config/x86 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/config/x86 b/target/linux/linux-2.4/config/x86 index 47abb9f4fe..6da4f94aad 100644 --- a/target/linux/linux-2.4/config/x86 +++ b/target/linux/linux-2.4/config/x86 @@ -276,6 +276,7 @@ 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 @@ -339,6 +340,7 @@ 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_MMS=m CONFIG_IP_NF_NAT_AMANDA=m CONFIG_IP_NF_NAT_SNMP_BASIC=m CONFIG_IP_NF_NAT_IRC=y |