mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
net: Express LINK_LOCAL dependency on LIB_RAND
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
5e9d9abe08
commit
6f0dc0ca31
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue