diff mbox series

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

Message ID 1525110322-21697-1-git-send-email-joe.hershberger@ni.com
State Accepted
Commit 6f0dc0ca31e60a35c6876db76d42499890575b53
Delegated to: Joe Hershberger
Headers show
Series [U-Boot] net: Express LINK_LOCAL dependency on LIB_RAND | expand

Commit Message

Joe Hershberger April 30, 2018, 5:45 p.m. UTC
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger June 13, 2018, 7:01 p.m. UTC | #1
Hi Joe,

https://patchwork.ozlabs.org/patch/906803/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

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