diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-22 23:55:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-22 23:55:22 +0000 |
commit | 06fe78f82da508e20792757a204f7f69530d3c5a (patch) | |
tree | 07f64dfa182209bf6b65717c27f357232ccddfd5 /include | |
parent | c5660732572b9d6e0dbb065c49d167f2d3142eed (diff) | |
download | upstream-06fe78f82da508e20792757a204f7f69530d3c5a.tar.gz upstream-06fe78f82da508e20792757a204f7f69530d3c5a.tar.bz2 upstream-06fe78f82da508e20792757a204f7f69530d3c5a.zip |
Add chaostable from #1187, also enable netfilter modules for ixp4xx.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 3 |
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 |