[packages] multiwan: remove obsolete dependency on iptables-utils (#10217)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@28577 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2011-10-25 12:42:05 +00:00
parent b20cfac344
commit 36096850c8

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2010 OpenWrt.org # Copyright (C) 2010-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/multiwan define Package/multiwan
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
DEPENDS:=+ip +iptables +iptables-utils +iptables-mod-conntrack +iptables-mod-conntrack-extra +iptables-mod-ipopt DEPENDS:=+ip +iptables +iptables-mod-conntrack +iptables-mod-conntrack-extra +iptables-mod-ipopt
TITLE:=Simple multi WAN configuration TITLE:=Simple multi WAN configuration
URL:=ftp://ftp.netlab7.com/ URL:=ftp://ftp.netlab7.com/
MAINTAINER:=Craig M. Coffee <craigc@netlab7.com> MAINTAINER:=Craig M. Coffee <craigc@netlab7.com>