* [U-Boot] [PATCH] nios2: enable CONFIG_NET_RANDOM_ETHADDR
@ 2015-08-29 7:24 Thomas Chou
2015-09-07 2:23 ` Thomas Chou
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Chou @ 2015-08-29 7:24 UTC (permalink / raw)
To: u-boot
Enable CONFIG_NET_RANDOM_ETHADDR to generate a random MAC address
when ETHADDR is not set.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Cc: Joe Hershberger <joe.hershberger@ni.com>
---
configs/nios2-generic_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig
index 5f93394..f8d2821 100644
--- a/configs/nios2-generic_defconfig
+++ b/configs/nios2-generic_defconfig
@@ -10,3 +10,4 @@ CONFIG_HUSH_PARSER=y
CONFIG_CMD_DHCP=y
# CONFIG_CMD_NFS is not set
CONFIG_CMD_PING=y
+CONFIG_NET_RANDOM_ETHADDR=y
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] nios2: enable CONFIG_NET_RANDOM_ETHADDR
2015-08-29 7:24 [U-Boot] [PATCH] nios2: enable CONFIG_NET_RANDOM_ETHADDR Thomas Chou
@ 2015-09-07 2:23 ` Thomas Chou
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Chou @ 2015-09-07 2:23 UTC (permalink / raw)
To: u-boot
On 08/29/2015 03:24 PM, Thomas Chou wrote:
> Enable CONFIG_NET_RANDOM_ETHADDR to generate a random MAC address
> when ETHADDR is not set.
>
> Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
> Cc: Joe Hershberger <joe.hershberger@ni.com>
> ---
> configs/nios2-generic_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
Applied to u-boot-nios.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-07 2:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-29 7:24 [U-Boot] [PATCH] nios2: enable CONFIG_NET_RANDOM_ETHADDR Thomas Chou
2015-09-07 2:23 ` Thomas Chou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox