* [PATCH] lib: parameter: fixed doku renamed ip -> ipaddr
@ 2014-10-13 11:27 Rolf Evers-Fischer
2014-10-23 5:52 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Rolf Evers-Fischer @ 2014-10-13 11:27 UTC (permalink / raw)
To: barebox; +Cc: Rolf Evers-Fischer
Long time ago all ".ip" parameters have been replaced with ".ipaddr".
Signed-off-by: Rolf Evers-Fischer <embedded24@evers-fischer.de>
---
lib/parameter.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/parameter.c b/lib/parameter.c
index 84a632c..c4c30ca 100644
--- a/lib/parameter.c
+++ b/lib/parameter.c
@@ -776,8 +776,8 @@ with device paramters. Device parameters are always strings, although there
are functions to interpret them as something else. 'hush' users can access
parameters as a local variable which have a dot (.) in them. So setting the
IP address of the first ethernet device is a matter of typing
-'eth0.ip=192.168.0.7' on the console and can then be read back with
-'echo $eth0.ip'. The @ref devinfo_command command shows a summary about all
+'eth0.ipaddr=192.168.0.7' on the console and can then be read back with
+'echo $eth0.ipaddr'. The @ref devinfo_command command shows a summary about all
devices currently present. If called with a device id as parameter it shows the
parameters available for a device.
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] lib: parameter: fixed doku renamed ip -> ipaddr
2014-10-13 11:27 [PATCH] lib: parameter: fixed doku renamed ip -> ipaddr Rolf Evers-Fischer
@ 2014-10-23 5:52 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-10-23 5:52 UTC (permalink / raw)
To: Rolf Evers-Fischer; +Cc: barebox
On Mon, Oct 13, 2014 at 01:27:20PM +0200, Rolf Evers-Fischer wrote:
> Long time ago all ".ip" parameters have been replaced with ".ipaddr".
>
> Signed-off-by: Rolf Evers-Fischer <embedded24@evers-fischer.de>
Applied, thanks
Sascha
> ---
> lib/parameter.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/parameter.c b/lib/parameter.c
> index 84a632c..c4c30ca 100644
> --- a/lib/parameter.c
> +++ b/lib/parameter.c
> @@ -776,8 +776,8 @@ with device paramters. Device parameters are always strings, although there
> are functions to interpret them as something else. 'hush' users can access
> parameters as a local variable which have a dot (.) in them. So setting the
> IP address of the first ethernet device is a matter of typing
> -'eth0.ip=192.168.0.7' on the console and can then be read back with
> -'echo $eth0.ip'. The @ref devinfo_command command shows a summary about all
> +'eth0.ipaddr=192.168.0.7' on the console and can then be read back with
> +'echo $eth0.ipaddr'. The @ref devinfo_command command shows a summary about all
> devices currently present. If called with a device id as parameter it shows the
> parameters available for a device.
>
> --
> 1.9.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-23 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-13 11:27 [PATCH] lib: parameter: fixed doku renamed ip -> ipaddr Rolf Evers-Fischer
2014-10-23 5:52 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox