mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
cmd: Correct dependency for CMD_LINK_LOCAL
Given how LIB_RAND is handled now, we should be depending on one of the implementations and not selecting one of them. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
da20dfb2e9
commit
be7693386d
@ -2062,7 +2062,7 @@ config CMD_SNTP
|
||||
|
||||
config CMD_LINK_LOCAL
|
||||
bool "linklocal"
|
||||
select LIB_RAND
|
||||
depends on (LIB_RAND || LIB_HW_RAND)
|
||||
help
|
||||
Acquire a network IP address using the link-local protocol
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user