diff options
| author | Tom Rini <[email protected]> | 2025-02-12 08:41:36 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-12 12:37:30 -0600 |
| commit | 9b35357b95e30fd670869b4348159b65e102cc82 (patch) | |
| tree | 2aee5b7566dc114ee0f02c4507c94885d1eb72d2 /cmd | |
| parent | 3da1864b1f2fc3cf2b4eaa1849bcafa669ff674c (diff) | |
| parent | a091d173e32b98fe372b5b02d4e25c81f1bc9dc1 (diff) | |
Merge branch 'u-boot-net-20250212' of https://source.denx.de/u-boot/custodians/u-boot-net
CI: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/24577
net-lwip:
* Fix incorrect selection of ethernet device on boards having more than
one
* Fix TFTP option processing
* Make the WGET_HTTPS Kconfig symbol depend on DM_RNG
lib:
* Add strnstr()
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 1f9b26928c4..a04fcaa0e08 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2161,6 +2161,7 @@ config WGET_HTTPS depends on CMD_WGET depends on PROT_TCP_LWIP depends on MBEDTLS_LIB + depends on DM_RNG select SHA256 select RSA select ASYMMETRIC_KEY_TYPE |
