From: Imre Kaloz Date: Wed, 10 Dec 2008 16:00:04 +0000 (+0000) Subject: fix conntrack on 2.6.28 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a7cac1dc31e1472fe5109a65f03fd4ed9d79915d;p=openwrt%2Fstaging%2Fyousong.git fix conntrack on 2.6.28 SVN-Revision: 13582 --- diff --git a/include/netfilter.mk b/include/netfilter.mk index 8acff9048f..76d95f47b9 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -51,6 +51,7 @@ $(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_TARGET_REJECT, $(P_V4)ipt_REJECT)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_NF_CONNTRACK, $(P_XT)nf_conntrack),)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_CONNTRACK, $(P_V4)ip_conntrack),)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_NF_CONNTRACK_IPV4, $(P_V4)nf_conntrack_ipv4),)) +$(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_NF_DEFRAG_IPV4, $(P_V4)nf_defrag_ipv4),)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_MATCH_STATE, $(P_V4)ipt_state)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_STATE, $(P_XT)xt_state))