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

Joe Hershberger joe.hershberger at ni.com
Mon Apr 30 17:45:22 UTC 2018


Signed-off-by: Joe Hershberger <joe.hershberger at 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



More information about the U-Boot mailing list