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 | 290e288dc2327a59d76da16834504759e705ca18 (patch) | |
| tree | ce605b44d1cfc520239c0a000e9b6fb1f0045902 | |
| parent | 9e2785089f18db2220003405e24775afd7503617 (diff) | |
| download | packages-290e288dc2327a59d76da16834504759e705ca18.tar.gz | |
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 7517b31c7..595fdc69e 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 |