mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff
@ 2021-03-30  6:52 Antony Pavlov
  2021-03-30  6:52 ` [PATCH 1/2] Documentation: dlink-dir-320: update image file name Antony Pavlov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antony Pavlov @ 2021-03-30  6:52 UTC (permalink / raw)
  To: barebox

Antony Pavlov (2):
  Documentation: dlink-dir-320: update image file name
  Documentation: dlink-dir-320: update device links

 Documentation/boards/mips/dlink-dir-320.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.30.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

* [PATCH 1/2] Documentation: dlink-dir-320: update image file name
  2021-03-30  6:52 [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Antony Pavlov
@ 2021-03-30  6:52 ` Antony Pavlov
  2021-03-30  6:52 ` [PATCH 2/2] Documentation: dlink-dir-320: update device links Antony Pavlov
  2021-04-01 12:27 ` [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2021-03-30  6:52 UTC (permalink / raw)
  To: barebox

The commit 102676feb218ab59 ("MIPS: port all mach* to multiimage")
changed D-Link DIR-320 image name so update it in documentation.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/boards/mips/dlink-dir-320.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/boards/mips/dlink-dir-320.rst b/Documentation/boards/mips/dlink-dir-320.rst
index 7595381f55..b60995489e 100644
--- a/Documentation/boards/mips/dlink-dir-320.rst
+++ b/Documentation/boards/mips/dlink-dir-320.rst
@@ -21,7 +21,7 @@ Running barebox
 
 Barebox can be started from CFE using tftp.
 You must setup tftp-server on host 192.168.0.1.
-Put your barebox.bin to tftp-server directory
+Put your barebox-dlink-dir-320.img to tftp-server directory
 (usual /tftpboot or /srv/tftp).
 Connect your DIR-320 to your tftp-server network via
 one of four <LAN> sockets.
@@ -31,7 +31,7 @@ Next, setup network on DIR-320 and run barebox.bin, e.g.:
 .. code-block:: console
 
   CFE> ifconfig eth0 -addr=192.168.0.99
-  CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox.bin
+  CFE> boot -tftp -addr=a0800000 -raw 192.168.0.1:barebox-dlink-dir-320.img
 
 
 Links
-- 
2.30.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

* [PATCH 2/2] Documentation: dlink-dir-320: update device links
  2021-03-30  6:52 [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Antony Pavlov
  2021-03-30  6:52 ` [PATCH 1/2] Documentation: dlink-dir-320: update image file name Antony Pavlov
@ 2021-03-30  6:52 ` Antony Pavlov
  2021-04-01 12:27 ` [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2021-03-30  6:52 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/boards/mips/dlink-dir-320.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/boards/mips/dlink-dir-320.rst b/Documentation/boards/mips/dlink-dir-320.rst
index b60995489e..90de68a9c4 100644
--- a/Documentation/boards/mips/dlink-dir-320.rst
+++ b/Documentation/boards/mips/dlink-dir-320.rst
@@ -37,8 +37,8 @@ Next, setup network on DIR-320 and run barebox.bin, e.g.:
 Links
 -----
 
-  * http://www.dlink.com.au/products/?pid=768
-  * http://wiki.openwrt.org/toh/d-link/dir-320
+  * http://web.archive.org/web/20140301070636/http://www.dlink.com.au/products/?pid=768
+  * https://openwrt.org/toh/d-link/dir-320
 
 CFE links:
 
-- 
2.30.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

* Re: [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff
  2021-03-30  6:52 [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Antony Pavlov
  2021-03-30  6:52 ` [PATCH 1/2] Documentation: dlink-dir-320: update image file name Antony Pavlov
  2021-03-30  6:52 ` [PATCH 2/2] Documentation: dlink-dir-320: update device links Antony Pavlov
@ 2021-04-01 12:27 ` Sascha Hauer
  2 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2021-04-01 12:27 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Tue, Mar 30, 2021 at 09:52:06AM +0300, Antony Pavlov wrote:
> Antony Pavlov (2):
>   Documentation: dlink-dir-320: update image file name
>   Documentation: dlink-dir-320: update device links
> 
>  Documentation/boards/mips/dlink-dir-320.rst | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-04-01 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  6:52 [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Antony Pavlov
2021-03-30  6:52 ` [PATCH 1/2] Documentation: dlink-dir-320: update image file name Antony Pavlov
2021-03-30  6:52 ` [PATCH 2/2] Documentation: dlink-dir-320: update device links Antony Pavlov
2021-04-01 12:27 ` [PATCH 0/2] Documentation: MIPS: update dlink-dir-320 board stuff Sascha Hauer

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