aboutsummaryrefslogtreecommitdiffstats
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-26 18:18:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-26 18:18:37 +0000
commit6c8caf71ea34b0b84b325c8a6dcf4d4bf0ef42f8 (patch)
tree150e71aa4fde5f0a2864065e88758d11a657d057 /include/netfilter.mk
parent301c14557d147ea9f8614e77c36cfee458f61fdd (diff)
downloadupstream-6c8caf71ea34b0b84b325c8a6dcf4d4bf0ef42f8.tar.gz
upstream-6c8caf71ea34b0b84b325c8a6dcf4d4bf0ef42f8.tar.bz2
upstream-6c8caf71ea34b0b84b325c8a6dcf4d4bf0ef42f8.zip
fix up tcpmss for the new kernel version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk1
1 files changed, 1 insertions, 0 deletions
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