[U-Boot] [PATCH] net: Express LINK_LOCAL dependency on LIB_RAND

30 Apr
2018
30 Apr
'18
7:45 p.m.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com ---
cmd/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 225bb00..3aa87c8 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1175,6 +1175,7 @@ config CMD_DNS
config CMD_LINK_LOCAL bool "linklocal" + select LIB_RAND help Acquire a network IP address using the link-local protocol
--
1.7.11.5

13 Jun
13 Jun
9:01 p.m.
New subject: [U-Boot] net: Express LINK_LOCAL dependency on LIB_RAND
Hi Joe,
https://patchwork.ozlabs.org/patch/906803/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks! -Joe
2526
Age (days ago)
2570
Last active (days ago)
1 comments
1 participants
participants (1)
-
Joe Hershberger