aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-09-22 15:19:59 +0000
committerNicolas Thill <nico@openwrt.org>2008-09-22 15:19:59 +0000
commit2c8010b2dcbca724e82ee5a06f900e5bde79f4ae (patch)
treed1451cd13797337670f1234b461b24b34a1cf5c1 /package/firewall
parent2219c8b27fd32c014061600098b0d8956fd3b882 (diff)
downloadupstream-2c8010b2dcbca724e82ee5a06f900e5bde79f4ae.tar.gz
upstream-2c8010b2dcbca724e82ee5a06f900e5bde79f4ae.tar.bz2
upstream-2c8010b2dcbca724e82ee5a06f900e5bde79f4ae.zip
make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index e3a28fc0f8..9d4e5dd31a 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -18,7 +18,7 @@ define Package/firewall
CATEGORY:=Base system
URL:=http://openwrt.org/
TITLE:=OpenWrt firewall
- DEPENDS:=+iptables +iptables-mod-ipopt +iptables-mod-extra
+ DEPENDS:=+iptables-mod-conntrack +iptables-mod-nat
endef
define Package/firewall/description