From d85a504d3c187537e17c47d38924bf117f590f76 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 22 Feb 2012 01:47:48 +0000 Subject: 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 SVN-Revision: 30676 --- package/firewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/firewall/Makefile') 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 - DEPENDS:=+iptables +iptables-mod-conntrack +iptables-mod-nat + DEPENDS:=+iptables +kmod-ipt-conntrack +kmod-ipt-nat PKGARCH:=all endef -- cgit v1.2.3