summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-12 13:14:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-12 13:14:24 +0000
commit7ca5a975fe440669c755d05542af0533828937f4 (patch)
tree0aebdc5d7a4b6d39a06740dd3a99e3bcbca25447 /include
parent163096b49ff65e540c7fb488805c4fa989cfc7f5 (diff)
downloadmaster-31e0f0ae-7ca5a975fe440669c755d05542af0533828937f4.tar.gz
master-31e0f0ae-7ca5a975fe440669c755d05542af0533828937f4.tar.bz2
master-31e0f0ae-7ca5a975fe440669c755d05542af0533828937f4.zip
fix a typo
SVN-Revision: 7587
Diffstat (limited to 'include')
-rw-r--r--include/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 531f8c7a73..1c9c752f70 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -75,7 +75,7 @@ IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_MARK) += $(P_XT)xt_MARK
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TCPMSS) += $(P_V4)ipt_tcpmss
IPT_IPOPT-$(CONFIG_NETFILTER_XT_MATCH_TCPMSS) += $(P_XT)xt_tcpmss
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_TCPMSS) += $(P_V4)ipt_TCPMSS
-IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_TCPMSS) += $(P_V4)xt_TCPMSS
+IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_TCPMSS) += $(P_XT)xt_TCPMSS
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TOS) += $(P_V4)ipt_tos
IPT_IPOPT-$(CONFIG_IP_NF_MATCH_TIME) += $(P_V4)ipt_time
IPT_IPOPT-$(CONFIG_IP_NF_TARGET_TOS) += $(P_V4)ipt_TOS