summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-20 20:54:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-20 20:54:54 +0000
commit075883e85b5d65416feac61957b247cdaa2dcc0f (patch)
tree62d7479a95055192441cd6fbde1f25885a4dedca /include
parent9539ee8010ab8cf2561afc65b26bf2b555cad580 (diff)
downloadmtk-20170518-075883e85b5d65416feac61957b247cdaa2dcc0f.zip
mtk-20170518-075883e85b5d65416feac61957b247cdaa2dcc0f.tar.gz
mtk-20170518-075883e85b5d65416feac61957b247cdaa2dcc0f.tar.bz2
reorder, xt_CHAOS depends on xt_DELUDE
SVN-Revision: 8084
Diffstat (limited to 'include')
-rw-r--r--include/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index ad65f88..c2d1837 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -38,8 +38,8 @@ IPT_EXTRA-$(CONFIG_IP_NF_MATCH_PKTTYPE) += $(P_V4)ipt_pkttype
IPT_EXTRA-$(CONFIG_NETFILTER_XT_MATCH_PKTTYPE) += $(P_XT)xt_pkttype
IPT_EXTRA-$(CONFIG_IP_NF_MATCH_QUOTA) += $(P_V4)ipt_quota
IPT_EXTRA-$(CONFIG_IP_NF_TARGET_REJECT) += $(P_V4)ipt_REJECT
-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_TARGET_CHAOS) += $(P_XT)xt_CHAOS
IPT_EXTRA-$(CONFIG_NETFILTER_XT_MATCH_PORTSCAN) += $(P_XT)xt_portscan
ifeq ($(NF_KMOD),1)
IPT_EXTRA-$(CONFIG_IP_NF_RAW) += $(P_V4)iptable_raw