summaryrefslogtreecommitdiff
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-08 20:52:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-08 20:52:58 +0000
commite830181f478d4674d6372afed58b58fd578d172b (patch)
treeb04336443b22b48c5a80ebb7bfff82412e7cab84 /include/netfilter.mk
parent4ab57b9e0f21dbeb673d36e666157e1e4e5c6631 (diff)
downloadmtk-20170518-e830181f478d4674d6372afed58b58fd578d172b.zip
mtk-20170518-e830181f478d4674d6372afed58b58fd578d172b.tar.gz
mtk-20170518-e830181f478d4674d6372afed58b58fd578d172b.tar.bz2
iptables: add comment match to the core package
SVN-Revision: 18706
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index b08d521..9eeee4f 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -65,7 +65,7 @@ $(eval $(call nf_add,EBTABLES_WATCHERS,CONFIG_BRIDGE_EBT_ULOG, $(P_EBT)ebt_ulog)
$(eval $(call nf_add,EBTABLES_WATCHERS,CONFIG_BRIDGE_EBT_NFLOG, $(P_EBT)ebt_nflog))
# userland only
-$(eval $(if $(NF_KMOD),,$(call nf_add,IPT_CORE,CONFIG_IP_NF_IPTABLES, xt_standard ipt_icmp xt_tcp xt_udp)))
+$(eval $(if $(NF_KMOD),,$(call nf_add,IPT_CORE,CONFIG_IP_NF_IPTABLES, xt_standard ipt_icmp xt_tcp xt_udp xt_comment)))
$(eval $(call nf_add,IPT_CORE,CONFIG_IP_NF_MATCH_LIMIT, $(P_V4)ipt_limit))
$(eval $(call nf_add,IPT_CORE,CONFIG_NETFILTER_XT_MATCH_LIMIT, $(P_XT)xt_limit))