diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-10 17:20:29 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-10 17:20:29 +0000 |
commit | 3a57cd4929ea1d7c10c03bc08295f0bef3190e7a (patch) | |
tree | 9f3633b846a6fe6b2b3dbf188a3f3851c5455905 | |
parent | ecf230710f51a442d2bb1b59d43cd6f7335a8e92 (diff) | |
download | mtk-20170518-3a57cd4929ea1d7c10c03bc08295f0bef3190e7a.zip mtk-20170518-3a57cd4929ea1d7c10c03bc08295f0bef3190e7a.tar.gz mtk-20170518-3a57cd4929ea1d7c10c03bc08295f0bef3190e7a.tar.bz2 |
netfilter: xt_NOTRACK is incorporated in xt_CT as of 3.8-rc3
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35087
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 12c5f9f..86f35e5 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -58,7 +58,7 @@ $(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_NF_CONNTRACK_IPV4, $(P $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_STATE, $(P_XT)xt_state)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_RAW, $(P_V4)iptable_raw)) -$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK)) +$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK, lt 3.8.0)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_CT, $(P_XT)xt_CT)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_CONNTRACK, $(P_XT)xt_conntrack)) |