diff options
| author | Jo-Philipp Wich | 2011-10-25 13:22:48 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2011-10-25 13:22:48 +0000 |
| commit | 798e3a9a6a83503857ff1bcc1d38e2e3dfd22bc4 (patch) | |
| tree | 6daec2030c5740f159ae4ad82806b8efa78f9c8a | |
| parent | 64a8631c4a5fb4780df8317fcdf461d9919f33d0 (diff) | |
| download | archive-798e3a9a6a83503857ff1bcc1d38e2e3dfd22bc4.tar.gz | |
[backfire/packages] firewall-mod-save: merge r28579
SVN-Revision: 28582
| -rw-r--r-- | libs/firewall-mod-save/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |