From: Felix Fietkau Date: Sat, 26 May 2007 18:18:37 +0000 (+0000) Subject: fix up tcpmss for the new kernel version X-Git-Tag: reboot~29160 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a6b90ed0a4fbb11d524d6b7990b0f55fd7fed49a;p=openwrt%2Fstaging%2Fchunkeey.git fix up tcpmss for the new kernel version SVN-Revision: 7345 --- diff --git a/include/netfilter.mk b/include/netfilter.mk index c3ef6909cf..1758b1cc54 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -73,6 +73,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_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