diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-25 13:32:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-25 13:32:53 +0000 |
commit | 125e8da50a80ab2292cb8088664890fdb600e5ae (patch) | |
tree | 07bb064fe2715e3ba56e534334d8f219a2ea69be /include | |
parent | d0c5f3d561227fc02ef318109df04c707b807bb7 (diff) | |
download | master-187ad058-125e8da50a80ab2292cb8088664890fdb600e5ae.tar.gz master-187ad058-125e8da50a80ab2292cb8088664890fdb600e5ae.tar.bz2 master-187ad058-125e8da50a80ab2292cb8088664890fdb600e5ae.zip |
[netfilter] package CT target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index a6b92a1e92..369a63d24e 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -62,6 +62,7 @@ $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_TARGET_NOTRACK, $(P_V4)ipt_NOTRA $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_MATCH_CONNTRACK, $(P_V4)ipt_conntrack)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_CONNTRACK, $(P_XT)xt_conntrack)) +$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_CT, $(P_XT)xt_CT)) # conntrack-extra |