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 | 20b3fd837d442354f355c79141fd1acd8c2b4e16 (patch) | |
tree | 8aa102e94a6113aa6f2211d61bf900534342a583 /package/iptables/Makefile | |
parent | 06534fdf3c4203583fec224af5e8fa7e247bb877 (diff) | |
download | upstream-20b3fd837d442354f355c79141fd1acd8c2b4e16.tar.gz upstream-20b3fd837d442354f355c79141fd1acd8c2b4e16.tar.bz2 upstream-20b3fd837d442354f355c79141fd1acd8c2b4e16.zip |
Add raw and NOTRACK targets (#1583)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/Makefile')
-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 |