From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UCYRA-0003V2-7a for ptxdist@pengutronix.de; Mon, 04 Mar 2013 17:40:28 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1UCYRA-0006iq-77 for ptxdist@pengutronix.de; Mon, 04 Mar 2013 17:40:28 +0100 Date: Mon, 4 Mar 2013 17:40:28 +0100 From: Michael Olbrich Message-ID: <20130304164028.GU5360@pengutronix.de> References: <1362069152-5252-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1362069152-5252-1-git-send-email-bernhard@bwalle.de> Subject: Re: [ptxdist] [PATCH] iw: Change download URL Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Feb 28, 2013 at 05:32:32PM +0100, Bernhard Walle wrote: > The old URL doesn't work any more. > tnx, applied Michael > Signed-off-by: Bernhard Walle > --- > rules/iw.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/iw.make b/rules/iw.make > index 6020702..9472a2e 100644 > --- a/rules/iw.make > +++ b/rules/iw.make > @@ -20,7 +20,7 @@ IW_VERSION := 3.3 > IW_MD5 := 146ad14cdeb39fb88b21efdbb28787d1 > IW := iw-$(IW_VERSION) > IW_SUFFIX := tar.bz2 > -IW_URL := http://linuxwireless.org/download/iw/$(IW).$(IW_SUFFIX) > +IW_URL := http://www.kernel.org/pub/software/network/iw/$(IW).$(IW_SUFFIX) > IW_SOURCE := $(SRCDIR)/$(IW).$(IW_SUFFIX) > IW_DIR := $(BUILDDIR)/$(IW) > IW_LICENSE := unknown > -- > 1.8.1.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de