diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-20 20:54:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-20 20:54:54 +0000 |
commit | 075883e85b5d65416feac61957b247cdaa2dcc0f (patch) | |
tree | 62d7479a95055192441cd6fbde1f25885a4dedca /include | |
parent | 9539ee8010ab8cf2561afc65b26bf2b555cad580 (diff) | |
download | upstream-075883e85b5d65416feac61957b247cdaa2dcc0f.tar.gz upstream-075883e85b5d65416feac61957b247cdaa2dcc0f.tar.bz2 upstream-075883e85b5d65416feac61957b247cdaa2dcc0f.zip |
reorder, xt_CHAOS depends on xt_DELUDE
SVN-Revision: 8084
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index ad65f885fe..c2d18379b2 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 |