summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-13 11:28:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-13 11:28:45 +0000
commitcd65230eea504014469af5ea65c0859c936e1f34 (patch)
tree47bd0a92e2bd0779f22fc13b909fe6204c5b64c7 /include
parentbeef95b724abbb9c30f5430528f5aab947396541 (diff)
downloadmtk-20170518-cd65230eea504014469af5ea65c0859c936e1f34.zip
mtk-20170518-cd65230eea504014469af5ea65c0859c936e1f34.tar.gz
mtk-20170518-cd65230eea504014469af5ea65c0859c936e1f34.tar.bz2
Add raw and NOTRACK targets (#1583)
SVN-Revision: 6945
Diffstat (limited to 'include')
-rw-r--r--include/netfilter.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 58a81ee..c3ef690 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