projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589d2a3
)
fix up tcpmss for the new kernel version
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2007 18:18:37 +0000
(18:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2007 18:18:37 +0000
(18:18 +0000)
SVN-Revision: 7345
include/netfilter.mk
patch
|
blob
|
history
diff --git
a/include/netfilter.mk
b/include/netfilter.mk
index c3ef6909cf1169365932b1080dba10b746bcc4b7..1758b1cc545a527f259cd33ecad6bbcd52c6e8b5 100644
(file)
--- 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