diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-22 01:23:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-22 01:23:44 +0000 |
commit | 5d323a623e6e06615a8337d4ee70d9375f5614c8 (patch) | |
tree | 09e6d678411c3e9a3747ee1535e2fe00a6d40694 /include | |
parent | 39ee107379af2da5e1a70c4f57983e0c6bcb4a71 (diff) | |
download | upstream-5d323a623e6e06615a8337d4ee70d9375f5614c8.tar.gz upstream-5d323a623e6e06615a8337d4ee70d9375f5614c8.tar.bz2 upstream-5d323a623e6e06615a8337d4ee70d9375f5614c8.zip |
add missing config checks for the netfilter connmark target (fixes #1186)
SVN-Revision: 6172
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |