* [ptxdist] [PATCH] at91bootstrap: drop atmel download url
@ 2024-04-24 14:22 Ladislav Michl
2024-04-24 14:48 ` Alexander Dahl
2024-05-12 13:16 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2024-04-24 14:22 UTC (permalink / raw)
To: ptxdist
From: Ladislav Michl <ladis@linux-mips.org>
Atmel url just redirects to https://www.microchip.com/ happily
feeding tarball with <!DOCTYPE HTML> content, so drop it entirely.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/at91bootstrap.make | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make
index 7835564ea..1dfabdcbf 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
--
2.39.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] at91bootstrap: drop atmel download url
2024-04-24 14:22 [ptxdist] [PATCH] at91bootstrap: drop atmel download url Ladislav Michl
@ 2024-04-24 14:48 ` Alexander Dahl
2024-05-12 13:16 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2024-04-24 14:48 UTC (permalink / raw)
To: Ladislav Michl; +Cc: ptxdist
Hei hei,
Am Wed, Apr 24, 2024 at 04:22:03PM +0200 schrieb Ladislav Michl:
> From: Ladislav Michl <ladis@linux-mips.org>
>
> Atmel url just redirects to https://www.microchip.com/ happily
> feeding tarball with <!DOCTYPE HTML> content, so drop it entirely.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> rules/at91bootstrap.make | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make
> index 7835564ea..1dfabdcbf 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)
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
> AT91BOOTSTRAP_SOURCE := $(SRCDIR)/$(AT91BOOTSTRAP_TARBALL)
> AT91BOOTSTRAP_DIR := $(BUILDDIR)/$(AT91BOOTSTRAP)
> AT91BOOTSTRAP_LICENSE := BSD-Source-Code AND GPL-2.0-or-later
> --
> 2.39.2
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] at91bootstrap: drop atmel download url
2024-04-24 14:22 [ptxdist] [PATCH] at91bootstrap: drop atmel download url Ladislav Michl
2024-04-24 14:48 ` Alexander Dahl
@ 2024-05-12 13:16 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2024-05-12 13:16 UTC (permalink / raw)
To: ptxdist; +Cc: Ladislav Michl
Thanks, applied as 66c1d9f2ceb47b58e1fdfe27e1b2e336f1ecb767.
Michael
[sent from post-receive hook]
On Sun, 12 May 2024 15:16:34 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Atmel url just redirects to https://www.microchip.com/ happily
> feeding tarball with <!DOCTYPE HTML> content, so drop it entirely.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <ZikVi8_EtnBM2AHh@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-12 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 14:22 [ptxdist] [PATCH] at91bootstrap: drop atmel download url Ladislav Michl
2024-04-24 14:48 ` Alexander Dahl
2024-05-12 13:16 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox