From: Felix Fietkau Date: Fri, 20 Jul 2007 20:54:54 +0000 (+0000) Subject: reorder, xt_CHAOS depends on xt_DELUDE X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dc9bada5fec8bd3fdc42a98b705dcf6a39a27eb3;ds=sidebyside reorder, xt_CHAOS depends on xt_DELUDE SVN-Revision: 8084 --- 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