diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-13 11:28:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-13 11:28:45 +0000 |
commit | cd65230eea504014469af5ea65c0859c936e1f34 (patch) | |
tree | 47bd0a92e2bd0779f22fc13b909fe6204c5b64c7 /package/iptables | |
parent | beef95b724abbb9c30f5430528f5aab947396541 (diff) | |
download | upstream-cd65230eea504014469af5ea65c0859c936e1f34.tar.gz upstream-cd65230eea504014469af5ea65c0859c936e1f34.tar.bz2 upstream-cd65230eea504014469af5ea65c0859c936e1f34.zip |
Add raw and NOTRACK targets (#1583)
SVN-Revision: 6945
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 3 |
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 |