commit | 1fe2807a86c6ed82b201094d087bbe1dbb545862 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:28:56 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 01 08:46:02 2025 -0600 |
tree | 57b48c4b5bd7f68b848e9dba9a4db51740ac6a26 | |
parent | 5952343bb47f0f832fa38ffdfb35220f05bad518 [diff] |
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>
diff --git a/cmd/Kconfig b/cmd/Kconfig index cd391d4..aaebdfd 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2062,7 +2062,7 @@ 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