diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-26 18:18:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-26 18:18:37 +0000 |
commit | a6b90ed0a4fbb11d524d6b7990b0f55fd7fed49a (patch) | |
tree | da13881d3e05032d8f8368b51038f892550cd644 /include/netfilter.mk | |
parent | 589d2a377dee27d206fc3725325309cf649e4df6 (diff) | |
download | mtk-20170518-a6b90ed0a4fbb11d524d6b7990b0f55fd7fed49a.zip mtk-20170518-a6b90ed0a4fbb11d524d6b7990b0f55fd7fed49a.tar.gz mtk-20170518-a6b90ed0a4fbb11d524d6b7990b0f55fd7fed49a.tar.bz2 |
fix up tcpmss for the new kernel version
SVN-Revision: 7345
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index c3ef690..1758b1c 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 |