[packages] firewall-mod-save: remove obsolete dependency on iptables-utils (#10217)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 25 Oct 2011 13:06:35 +0000 (13:06 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 25 Oct 2011 13:06:35 +0000 (13:06 +0000)
SVN-Revision: 28579

libs/firewall-mod-save/Makefile

index 7517b31c771c65d4164933fc9fcabad0a567c9ba..595fdc69e0928d2c356afacd891919b4a8b61abb 100644 (file)
@@ -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