From 3b53bd7ef3839be3b0583bd12f64acf9cbc197d5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 6 Apr 2009 19:00:20 +0000 Subject: accomodate netfilter module (xt_recent) name change in 2.6.28, add missing kconfig when xt_recent is enabled SVN-Revision: 15123 --- include/netfilter.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netfilter.mk') diff --git a/include/netfilter.mk b/include/netfilter.mk index 63773722cc..fb1dc334a4 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -68,6 +68,7 @@ $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_MATCH_CONNTRACK, $( $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_IP_NF_MATCH_HELPER, $(P_V4)ipt_helper)) $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_MATCH_HELPER, $(P_XT)xt_helper)) $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_IP_NF_MATCH_RECENT, $(P_V4)ipt_recent)) +$(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_MATCH_RECENT, $(P_XT)xt_recent)) $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_IP_NF_TARGET_CONNMARK, $(P_V4)ipt_CONNMARK)) $(eval $(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_TARGET_CONNMARK, $(P_XT)xt_CONNMARK)) -- cgit v1.2.3