diff options
author | Andy Boyett <agb@openwrt.org> | 2009-09-10 10:05:47 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-09-10 10:05:47 +0000 |
commit | 29666ffa212a996eae5d0196e4c95e32c58dcecd (patch) | |
tree | 979f451e2928de064f6a38b8fabc935d7a892bc4 /target/linux/generic-2.4 | |
parent | f69f5f0b384d13d867df75b8a0be7e7fa79264ea (diff) | |
download | mtk-20170518-29666ffa212a996eae5d0196e4c95e32c58dcecd.zip mtk-20170518-29666ffa212a996eae5d0196e4c95e32c58dcecd.tar.gz mtk-20170518-29666ffa212a996eae5d0196e4c95e32c58dcecd.tar.bz2 |
patches/607-netfilter_connmark: fix typo
SVN-Revision: 17551
Diffstat (limited to 'target/linux/generic-2.4')
-rw-r--r-- | target/linux/generic-2.4/patches/607-netfilter_connmark.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/generic-2.4/patches/607-netfilter_connmark.patch b/target/linux/generic-2.4/patches/607-netfilter_connmark.patch index 665e469..411c6e9 100644 --- a/target/linux/generic-2.4/patches/607-netfilter_connmark.patch +++ b/target/linux/generic-2.4/patches/607-netfilter_connmark.patch @@ -65,9 +65,8 @@ tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP_NF_CONNTRACK if [ "$CONFIG_IP_NF_CONNTRACK" != "n" ]; then -- dep_tristate ' FTP protocol support' CONFIG_IP_NF_FTP $CONFIG_IP_NF_CONNTRACK + bool ' Connection mark tracking support' CONFIG_IP_NF_CONNTRACK_MARK -+ dep_tristate ' FTP protocol support' CONFIG_IP_NF_FTP $CONFIG_IP_NF_CONNTRACKa + dep_tristate ' FTP protocol support' CONFIG_IP_NF_FTP $CONFIG_IP_NF_CONNTRACK dep_tristate ' Amanda protocol support' CONFIG_IP_NF_AMANDA $CONFIG_IP_NF_CONNTRACK dep_tristate ' TFTP protocol support' CONFIG_IP_NF_TFTP $CONFIG_IP_NF_CONNTRACK dep_tristate ' IRC protocol support' CONFIG_IP_NF_IRC $CONFIG_IP_NF_CONNTRACK |