diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2018-04-30 12:45:22 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-06-13 13:54:15 -0500 |
commit | 6f0dc0ca31e60a35c6876db76d42499890575b53 (patch) | |
tree | 2edbda6000b43415fc29f88b09657a6cbc235744 | |
parent | 5e9d9abe08745b54262fb26e2d6fcccbea61e409 (diff) | |
download | u-boot-6f0dc0ca31e60a35c6876db76d42499890575b53.tar.gz |
net: Express LINK_LOCAL dependency on LIB_RAND
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
-rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |