diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2005-12-19 12:32:09 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2005-12-19 12:32:09 +0000 |
commit | 67db924c697545ae3baba4c36806e3d5264352f0 (patch) | |
tree | 9304bde057032f3ba3148a8c35ed8c326c542c3b /openwrt/target | |
parent | 73e572d6176824dfa5b8797fa8a5f0f9a3a5620b (diff) | |
download | mtk-20170518-67db924c697545ae3baba4c36806e3d5264352f0.zip mtk-20170518-67db924c697545ae3baba4c36806e3d5264352f0.tar.gz mtk-20170518-67db924c697545ae3baba4c36806e3d5264352f0.tar.bz2 |
fix missing CONFIG_IP_NF_NAT_MMS
SVN-Revision: 2731
Diffstat (limited to 'openwrt/target')
-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 47abb9f..6da4f94 100644 --- a/openwrt/target/linux/linux-2.4/config/x86 +++ b/openwrt/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 |