diff options
| author | Raymond Mao <[email protected]> | 2025-02-03 14:08:12 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-27 12:11:02 -0600 |
| commit | a26e957381ecba59603a3ca455c30d6f8eae0ce7 (patch) | |
| tree | fe9543a8114249d06de385bc39236e5c2de2b2bc /cmd | |
| parent | b78f8677cde8b1dde31b66f5b780f2e9b62fba7f (diff) | |
mbedtls: fix incorrect kconfig dependencies on mbedtls
Fixed the building failures when WGET_HTTPS,NET_LWIP and MBEDTLS_LIB
are selected due to a few incorrect kconfig dependencies.
Signed-off-by: Raymond Mao <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index a04fcaa0e08..642cc1116e8 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2168,7 +2168,6 @@ config WGET_HTTPS select ASYMMETRIC_PUBLIC_KEY_SUBTYPE select X509_CERTIFICATE_PARSER select PKCS7_MESSAGE_PARSER - select MBEDTLS_LIB_CRYPTO select MBEDTLS_LIB_TLS select RSA_VERIFY_WITH_PKEY select X509_CERTIFICATE_PARSER |
