summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-01-22 23:55:22 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-01-22 23:55:22 +0000
commitacf6ec373e78ecbb9bb97a47cf7accce6dbe3c1c (patch)
tree8172de9c5386c7e5ff1c7251eab7e21f74696e45 /include
parentbfd02761e4f2916a8159589726ebb180996346aa (diff)
downloadmaster-31e0f0ae-acf6ec373e78ecbb9bb97a47cf7accce6dbe3c1c.tar.gz
master-31e0f0ae-acf6ec373e78ecbb9bb97a47cf7accce6dbe3c1c.tar.bz2
master-31e0f0ae-acf6ec373e78ecbb9bb97a47cf7accce6dbe3c1c.zip
Add chaostable from #1187, also enable netfilter modules for ixp4xx.
SVN-Revision: 6182
Diffstat (limited to 'include')
-rw-r--r--include/netfilter.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 94699e572f..e7aac85361 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -42,6 +42,9 @@ IPT_EXTRA-$(CONFIG_IP_NF_MATCH_RECENT) += $(P_V4)ipt_recent
IPT_EXTRA-$(CONFIG_IP_NF_TARGET_REJECT) += $(P_V4)ipt_REJECT
IPT_EXTRA-$(CONFIG_IP_NF_MATCH_STRING) += $(P_V4)ipt_string
IPT_EXTRA-$(CONFIG_NETFILTER_XT_MATCH_STRING) += $(P_XT)xt_string
+IPT_EXTRA-$(CONFIG_NETFILTER_XT_TARGET_CHAOS) += $(P_XT)xt_CHAOS
+IPT_EXTRA-$(CONFIG_NETFILTER_XT_TARGET_DELUDE) += $(P_XT)xt_DELUDE
+IPT_EXTRA-$(CONFIG_NETFILTER_XT_MATCH_PORTSCAN) += $(P_XT)xt_portscan
IPT_FILTER-m :=
IPT_FILTER-$(CONFIG_IP_NF_MATCH_IPP2P) += $(P_V4)ipt_ipp2p