projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1d80c
)
nios2: enable CONFIG_NET_RANDOM_ETHADDR
author
Thomas Chou
<thomas@wytron.com.tw>
Sat, 29 Aug 2015 07:24:01 +0000
(15:24 +0800)
committer
Thomas Chou
<thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:28:37 +0000
(07:28 +0800)
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
patch
|
blob
|
history
diff --git
a/configs/nios2-generic_defconfig
b/configs/nios2-generic_defconfig
index 5f93394249755dd235ac051b04f6cd475f756cb3..f8d282168f6eb7e34a5c11d4e0d27faf7c772ae0 100644
(file)
--- 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