From: Felix Fietkau Date: Tue, 12 Jun 2007 13:14:24 +0000 (+0000) Subject: fix a typo X-Git-Tag: reboot~28966 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7ca5a975fe440669c755d05542af0533828937f4;p=openwrt%2Fstaging%2Fxback.git fix a typo SVN-Revision: 7587 --- 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