Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme
@ 2023-09-16  9:22 Marcin Niestroj
  2023-09-16 11:50 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Niestroj @ 2023-09-16  9:22 UTC (permalink / raw)
  To: buildroot; +Cc: Marcin Niestroj, Sergey Matyukevich

Old link is no longer working, so use new link instead.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 board/orangepi/orangepi-zero-plus/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/orangepi/orangepi-zero-plus/readme.txt b/board/orangepi/orangepi-zero-plus/readme.txt
index 5556eae890..1e60e0f825 100644
--- a/board/orangepi/orangepi-zero-plus/readme.txt
+++ b/board/orangepi/orangepi-zero-plus/readme.txt
@@ -6,7 +6,7 @@ buildroot environment for the Orangepi Zero Plus. With the current configuration
 it will bring-up the board, and allow access through the serial console.
 
 Orangepi Zero Plus link:
-http://www.orangepi.org/OrangePiZeroPlus/
+http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-Plus.html
 
 This configuration uses U-Boot mainline and kernel mainline.
 
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme
  2023-09-16  9:22 [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme Marcin Niestroj
@ 2023-09-16 11:50 ` Yann E. MORIN
  2023-09-16 14:09   ` Marcin Niestrój
  2023-09-24 19:27   ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-09-16 11:50 UTC (permalink / raw)
  To: Marcin Niestroj; +Cc: Sergey Matyukevich, buildroot

Marcin, All,

On 2023-09-16 11:22 +0200, Marcin Niestroj spake thusly:
> Old link is no longer working, so use new link instead.

We have a few other orangepi.org URLS, and by the look of those, they
prob ably no longer work either:

    $ git grep orangepi.org

Could you look into replacing those too, please?

> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/orangepi/orangepi-zero-plus/readme.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/orangepi/orangepi-zero-plus/readme.txt b/board/orangepi/orangepi-zero-plus/readme.txt
> index 5556eae890..1e60e0f825 100644
> --- a/board/orangepi/orangepi-zero-plus/readme.txt
> +++ b/board/orangepi/orangepi-zero-plus/readme.txt
> @@ -6,7 +6,7 @@ buildroot environment for the Orangepi Zero Plus. With the current configuration
>  it will bring-up the board, and allow access through the serial console.
>  
>  Orangepi Zero Plus link:
> -http://www.orangepi.org/OrangePiZeroPlus/
> +http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-Plus.html
>  
>  This configuration uses U-Boot mainline and kernel mainline.
>  
> -- 
> 2.42.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme
  2023-09-16 11:50 ` Yann E. MORIN
@ 2023-09-16 14:09   ` Marcin Niestrój
  2023-09-24 19:27   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Marcin Niestrój @ 2023-09-16 14:09 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Sergey Matyukevich, buildroot

Hi Yann,

"Yann E. MORIN" <yann.morin.1998@free.fr> writes:

> Marcin, All,
>
> On 2023-09-16 11:22 +0200, Marcin Niestroj spake thusly:
>> Old link is no longer working, so use new link instead.
>
> We have a few other orangepi.org URLS, and by the look of those, they
> prob ably no longer work either:
>
>     $ git grep orangepi.org
>
> Could you look into replacing those too, please?
>

Good idea! Already sent patch with that.

--
Marcin Niestrój
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme
  2023-09-16 11:50 ` Yann E. MORIN
  2023-09-16 14:09   ` Marcin Niestrój
@ 2023-09-24 19:27   ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-09-24 19:27 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Marcin Niestroj, Sergey Matyukevich, buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Marcin, All,
 > On 2023-09-16 11:22 +0200, Marcin Niestroj spake thusly:
 >> Old link is no longer working, so use new link instead.

 > We have a few other orangepi.org URLS, and by the look of those, they
 > prob ably no longer work either:

 >     $ git grep orangepi.org

 > Could you look into replacing those too, please?

 >> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

 > Applied to master, thanks.

Committed to 2023.02.x, 2023.05.x and 2023.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-24 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-16  9:22 [Buildroot] [PATCH] board/orangepi-zero-plus: update link in readme Marcin Niestroj
2023-09-16 11:50 ` Yann E. MORIN
2023-09-16 14:09   ` Marcin Niestrój
2023-09-24 19:27   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox