From: Tom Rini Date: Sat, 15 Mar 2025 01:28:56 +0000 (-0600) Subject: cmd: Correct dependency for CMD_LINK_LOCAL X-Git-Tag: v2025.07-rc1~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7693386d7f2e46e4907ef55bf9cd1ae4af2903;p=pandora-u-boot.git 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 --- diff --git a/cmd/Kconfig b/cmd/Kconfig index cd391d422ae..aaebdfdd0c1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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