diff options
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |