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 | 2ad90a1ec346edbb2e822f27dfa519ee036b4768 (patch) | |
tree | 46b7d647b64ac025c8f0794928ceac8dea16c1b6 | |
parent | e7c63048df1ce5c48ee1a603e44382b8b2deb30a (diff) | |
download | mtk-20170518-2ad90a1ec346edbb2e822f27dfa519ee036b4768.zip mtk-20170518-2ad90a1ec346edbb2e822f27dfa519ee036b4768.tar.gz mtk-20170518-2ad90a1ec346edbb2e822f27dfa519ee036b4768.tar.bz2 |
package CT target
SVN-Revision: 29609
-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 a6b92a1..369a63d 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 |