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
commitaf6c34ae4440e0ad5f2bbaf1fefe6a45f98a5b59 (patch)
tree73fda233cf6744be75d9538527fff6aa22d619b1 /package/firewall
parent6eb5f4208082b85bf8e6f44fe6fec822c5a3acdd (diff)
downloadupstream-af6c34ae4440e0ad5f2bbaf1fefe6a45f98a5b59.tar.gz
upstream-af6c34ae4440e0ad5f2bbaf1fefe6a45f98a5b59.tar.bz2
upstream-af6c34ae4440e0ad5f2bbaf1fefe6a45f98a5b59.zip
make the whole iptables/netfiter modular (closes: #3871, #3527)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12649 3c298f89-4303-0410-b956-a3cf2f4a3e73
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