From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 12 May 2024 15:17:02 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s694Y-00Avt1-0Q for lore@lore.pengutronix.de; Sun, 12 May 2024 15:17:02 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1s694X-0002x3-DX; Sun, 12 May 2024 15:17:01 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s6947-0002c8-2t; Sun, 12 May 2024 15:16:35 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s6946-000zXw-In; Sun, 12 May 2024 15:16:34 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1s6946-00FXOC-1k; Sun, 12 May 2024 15:16:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 12 May 2024 15:16:34 +0200 Message-Id: <20240512131634.3703261-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] at91bootstrap: drop atmel download url X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Ladislav Michl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 66c1d9f2ceb47b58e1fdfe27e1b2e336f1ecb767. Michael [sent from post-receive hook] On Sun, 12 May 2024 15:16:34 +0200, Ladislav Michl wrote: > Atmel url just redirects to https://www.microchip.com/ happily > feeding tarball with content, so drop it entirely. > > Signed-off-by: Ladislav Michl > Reviewed-by: Alexander Dahl > Message-Id: > Signed-off-by: Michael Olbrich > > diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make > index 7835564ea006..1dfabdcbf283 100644 > --- a/rules/at91bootstrap.make > +++ b/rules/at91bootstrap.make > @@ -20,9 +20,7 @@ AT91BOOTSTRAP_MD5 := 2d222312cf0af81c56db8747d6a38c7c > AT91BOOTSTRAP_SUFFIX := zip > AT91BOOTSTRAP := Bootstrap-v$(AT91BOOTSTRAP_VERSION) > AT91BOOTSTRAP_TARBALL := AT91Bootstrap$(AT91BOOTSTRAP_VERSION).$(AT91BOOTSTRAP_SUFFIX) > -AT91BOOTSTRAP_URL := \ > - http://www.atmel.com/dyn/resources/prod_documents/$(AT91BOOTSTRAP_TARBALL) \ > - http://sources.buildroot.net/$(AT91BOOTSTRAP_TARBALL) > +AT91BOOTSTRAP_URL := http://sources.buildroot.net/$(AT91BOOTSTRAP_TARBALL) > AT91BOOTSTRAP_SOURCE := $(SRCDIR)/$(AT91BOOTSTRAP_TARBALL) > AT91BOOTSTRAP_DIR := $(BUILDDIR)/$(AT91BOOTSTRAP) > AT91BOOTSTRAP_LICENSE := BSD-Source-Code AND GPL-2.0-or-later