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 | ea1f95483321a5fcc30321fb99c5ea12c88065ec (patch) | |
tree | a12ac786e578b5cac9eabdb32c8b67fd3e71f7f4 | |
parent | ac1585cdbb8fe4140ec299cbb355b38fb502f959 (diff) | |
download | upstream-ea1f95483321a5fcc30321fb99c5ea12c88065ec.tar.gz upstream-ea1f95483321a5fcc30321fb99c5ea12c88065ec.tar.bz2 upstream-ea1f95483321a5fcc30321fb99c5ea12c88065ec.zip |
reorder, xt_CHAOS depends on xt_DELUDE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8084 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |