u-boot/net/lwip
Jerome Forissier a091d173e3 net: Kconfig: depend on DM_RNG for WGET_HTTPS
net/lwip/wget.c/mbedtls_hardware_poll() is calling dm_rng_read() but
dependency is not recorded anywhere that's why depend on DM_RNG
when WGET_HTTPS is used.

Suggested-by: Michal Simek <michal.simek@amd.com>
Co-developed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Michal Simek <michal.simek@amd.com>
2025-02-12 12:37:24 -06:00
..
dhcp.c net: lwip: move eth_init() out of new_netif() 2025-02-12 12:36:57 -06:00
dns.c net: lwip: move eth_init() out of new_netif() 2025-02-12 12:36:57 -06:00
eth_internal.h lwip: fix code style issues 2024-11-14 18:14:05 -06:00
Kconfig Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT 2024-11-18 13:32:16 -06:00
Makefile net: Kconfig: add CONFIG_WGET symbol 2024-11-16 21:35:05 +01:00
net-lwip.c net: lwip: move eth_init() out of new_netif() 2025-02-12 12:36:57 -06:00
ping.c net: lwip: move eth_init() out of new_netif() 2025-02-12 12:36:57 -06:00
tftp.c net: lwip: move eth_init() out of new_netif() 2025-02-12 12:36:57 -06:00
wget.c net: Kconfig: depend on DM_RNG for WGET_HTTPS 2025-02-12 12:37:24 -06:00