diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-04 10:02:52 +0000 |
commit | b20cb26ed78ffce64c436adbb0428c5edfaf38b4 (patch) | |
tree | fc1e98a9f9b7907cd1e76a657cf2a59de268d45d /include | |
parent | 2477bab03e446a7857f86c3e7b037925c62c4a21 (diff) | |
download | upstream-b20cb26ed78ffce64c436adbb0428c5edfaf38b4.tar.gz upstream-b20cb26ed78ffce64c436adbb0428c5edfaf38b4.tar.bz2 upstream-b20cb26ed78ffce64c436adbb0428c5edfaf38b4.zip |
package/kernel: xt_NOTRACK has been removed in 3.7-rc1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35475
Diffstat (limited to 'include')
-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 1d89e6d539..d2b8a5f1df 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, lt 3.8.0)) +$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK, lt 3.7.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)) |