aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-22 01:47:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-22 01:47:48 +0000
commit539e529fb5a786aa8fe8b6241ef032d7fd7d835a (patch)
tree195e45596c6b824409d70e9190a0d838871d50a3 /package/firewall/Makefile
parented48e0f0e078e1000abef8ff388210b5c9173388 (diff)
downloadupstream-539e529fb5a786aa8fe8b6241ef032d7fd7d835a.tar.gz
upstream-539e529fb5a786aa8fe8b6241ef032d7fd7d835a.tar.bz2
upstream-539e529fb5a786aa8fe8b6241ef032d7fd7d835a.zip
iptables: make it possible to dynamically configure built-in statically linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r--package/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile
index 978154b3f7..54cb8dc4a9 100644
--- a/package/firewall/Makefile
+++ b/package/firewall/Makefile
@@ -19,7 +19,7 @@ define Package/firewall
URL:=http://openwrt.org/
TITLE:=OpenWrt firewall
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
- DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat
+ DEPENDS:=+iptables +kmod-ipt-conntrack +kmod-ipt-nat
PKGARCH:=all
endef