aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-09-10 10:05:47 +0000
committerAndy Boyett <agb@openwrt.org>2009-09-10 10:05:47 +0000
commit01f3c0975e27b8001ec095577b4c8011f9417224 (patch)
tree58204bcb2494fcf5d4bdfb95175848f55c712933 /target
parentb4d3230cd705a9cf96f87667e532c39e55a7ce57 (diff)
downloadmaster-187ad058-01f3c0975e27b8001ec095577b4c8011f9417224.tar.gz
master-187ad058-01f3c0975e27b8001ec095577b4c8011f9417224.tar.bz2
master-187ad058-01f3c0975e27b8001ec095577b4c8011f9417224.zip
[generic-2.4] patches/607-netfilter_connmark: fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17551 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.4/patches/607-netfilter_connmark.patch3
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 665e46909b..411c6e9366 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