From: Jo-Philipp Wich Date: Tue, 25 Oct 2011 13:06:35 +0000 (+0000) Subject: [packages] firewall-mod-save: remove obsolete dependency on iptables-utils (#10217) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=46622d8bd3a0a0fdb18c9ee7a1b848c2262ebc95 [packages] firewall-mod-save: remove obsolete dependency on iptables-utils (#10217) SVN-Revision: 28579 --- diff --git a/libs/firewall-mod-save/Makefile b/libs/firewall-mod-save/Makefile index 7517b31c77..595fdc69e0 100644 --- a/libs/firewall-mod-save/Makefile +++ b/libs/firewall-mod-save/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -25,7 +25,7 @@ endef define Package/firewall-mod-save $(call Package/firewall-mod-save/Default) - DEPENDS:=+iptables-utils + DEPENDS:=+iptables endef define Package/firewall-mod-save/description