From 36096850c8f00489b575eefb6ccf3d3b32d8ac07 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 25 Oct 2011 12:42:05 +0000 Subject: [PATCH] [packages] multiwan: remove obsolete dependency on iptables-utils (#10217) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28577 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/multiwan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/multiwan/Makefile b/net/multiwan/Makefile index 1e8ebf716..96f4982cd 100644 --- a/net/multiwan/Makefile +++ b/net/multiwan/Makefile @@ -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. # See /LICENSE for more information. @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/multiwan SECTION:=net 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 URL:=ftp://ftp.netlab7.com/ MAINTAINER:=Craig M. Coffee -- 2.11.0