summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-13 11:28:45 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-13 11:28:45 +0000
commit9a3dff24f5f9cd503b038d2f576cd9edc18dcb3a (patch)
tree8aa102e94a6113aa6f2211d61bf900534342a583 /package/iptables
parent90added10f63705e2cb0c475a2bfe2e9e33721bf (diff)
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')
-rw-r--r--package/iptables/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 5c65e68e2..1bd13a507 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