commit | 0c57570735d656c691786abb389c1160c3ca3b99 | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Mon Feb 03 14:08:12 2025 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 27 12:11:02 2025 -0600 |
tree | fe9543a8114249d06de385bc39236e5c2de2b2bc | |
parent | 64e056e5a1aca19b16c39fbfde99fd1a019836ab [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 <raymond.mao@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>