summaryrefslogtreecommitdiffstats
path: root/package/iptables
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 /package/iptables
parentbeef95b724abbb9c30f5430528f5aab947396541 (diff)
downloadmaster-31e0f0ae-cd65230eea504014469af5ea65c0859c936e1f34.tar.gz
master-31e0f0ae-cd65230eea504014469af5ea65c0859c936e1f34.tar.bz2
master-31e0f0ae-cd65230eea504014469af5ea65c0859c936e1f34.zip
Add raw and NOTRACK targets (#1583)
SVN-Revision: 6945
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 5c65e68e24..1bd13a507d 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -145,7 +145,8 @@ define Package/iptables-mod-extra
- libipt_owner \\\
- libipt_physdev \\\
- libipt_pkttype \\\
- - libipt_recent
+ - libipt_recent \\\
+ - libipt_NOTRACK
endef
define Package/iptables-utils