From 20b3fd837d442354f355c79141fd1acd8c2b4e16 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 13 Apr 2007 11:28:45 +0000 Subject: Add raw and NOTRACK targets (#1583) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6945 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/netfilter.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/netfilter.mk b/include/netfilter.mk index 58a81ee0b2..c3ef6909cf 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -45,6 +45,8 @@ 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_EXTRA-$(CONFIG_IP_NF_RAW) += $(P_V4)iptable_raw +IPT_EXTRA-$(CONFIG_NETFILTER_XT_TARGET_NOTRACK) += $(P_XT)xt_NOTRACK IPT_FILTER-m := IPT_FILTER-$(CONFIG_IP_NF_MATCH_IPP2P) += $(P_V4)ipt_ipp2p -- cgit v1.2.3