From: Joe Hershberger Date: Mon, 30 Apr 2018 17:45:22 +0000 (-0500) Subject: net: Express LINK_LOCAL dependency on LIB_RAND X-Git-Tag: v2018.07-rc2~51^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f0dc0ca31e60a35c6876db76d42499890575b53;p=u-boot net: Express LINK_LOCAL dependency on LIB_RAND Signed-off-by: Joe Hershberger --- diff --git a/cmd/Kconfig b/cmd/Kconfig index e283cb9a8a..1eb55e5250 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1219,6 +1219,7 @@ config CMD_DNS config CMD_LINK_LOCAL bool "linklocal" + select LIB_RAND help Acquire a network IP address using the link-local protocol