From: Felix Fietkau Date: Mon, 22 Jan 2007 01:23:44 +0000 (+0000) Subject: add missing config checks for the netfilter connmark target (fixes #1186) X-Git-Tag: reboot~30028 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=5d323a623e6e06615a8337d4ee70d9375f5614c8;hp=39ee107379af2da5e1a70c4f57983e0c6bcb4a71 add missing config checks for the netfilter connmark target (fixes #1186) SVN-Revision: 6172 --- diff --git a/include/netfilter.mk b/include/netfilter.mk index 1d8f4d880e..030436e46e 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -17,6 +17,8 @@ IPT_CONNTRACK-$(CONFIG_IP_NF_TARGET_CONNMARK) += $(P_V4)ipt_CONNMARK IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_CONNTRACK) += $(P_V4)ipt_conntrack IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_HELPER) += $(P_V4)ipt_helper IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_STATE) += $(P_V4)ipt_state +IPT_CONNTRACK-$(CONFIG_NETFILTER_XT_MATCH_CONNMARK) += $(P_XT)ipt_connmark +IPT_CONNTRACK-$(CONFIG_NETFILTER_XT_TARGET_CONNMARK) += $(P_XT)ipt_CONNMARK IPT_CONNTRACK-$(CONFIG_NETFILTER_XT_MATCH_CONNTRACK) += $(P_XT)xt_conntrack IPT_CONNTRACK-$(CONFIG_NETFILTER_XT_MATCH_HELPER) += $(P_XT)xt_helper IPT_CONNTRACK-$(CONFIG_NETFILTER_XT_MATCH_STATE) += $(P_XT)xt_state