cmd: Correct dependency for CMD_LINK_LOCAL
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:28:56 +0000 (19:28 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 1 Apr 2025 14:46:02 +0000 (08:46 -0600)
commitbe7693386d7f2e46e4907ef55bf9cd1ae4af2903
tree57b48c4b5bd7f68b848e9dba9a4db51740ac6a26
parentda20dfb2e901d499fe18c6302987432604e6f999
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>
cmd/Kconfig