summaryrefslogtreecommitdiff
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-26 00:23:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-26 00:23:39 +0000
commit42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c (patch)
treeb2d11b87c6a8f9bad2ab6c3b4e0e097d4ba04abb /include/netfilter.mk
parent24b495c61968cc2162d36ed36991f5cd78d49f7b (diff)
downloadmtk-20170518-42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c.zip
mtk-20170518-42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c.tar.gz
mtk-20170518-42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c.tar.bz2
properly package xt_comment.ko (#6742)
SVN-Revision: 19861
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index c834793..838029e 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -73,6 +73,8 @@ $(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_MATCH_MAC, $(P_V4)ipt_mac))
$(eval $(call nf_add,IPT_CORE,CONFIG_NETFILTER_XT_MATCH_MAC, $(P_XT)xt_mac))
$(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_MATCH_MULTIPORT, $(P_V4)ipt_multiport))
$(eval $(call nf_add,IPT_CORE,CONFIG_NETFILTER_XT_MATCH_MULTIPORT, $(P_XT)xt_multiport))
+$(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_MATCH_COMMENT, $(P_V4)ipt_comment))
+$(eval $(call nf_add,IPT_CORE,CONFIG_NETFILTER_XT_MATCH_COMMENT, $(P_XT)xt_comment))
$(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_TARGET_LOG, $(P_V4)ipt_LOG))
$(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_TARGET_TCPMSS, $(P_V4)ipt_TCPMSS))