diff options
| author | Tom Rini <[email protected]> | 2025-05-21 08:58:51 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-21 09:00:06 -0600 |
| commit | 0a87352281ade2b822ce0360e1f105f6e43a96e1 (patch) | |
| tree | b610dba1acd1a9e6be82506a55eace35ff01ba40 /doc/usage | |
| parent | a3e09b24ffd4429909604f1b28455b44306edbaa (diff) | |
| parent | 722e41ad9931bf6f327a66b5f8ec0dadfb32e0f3 (diff) | |
Merge tag 'net-20250520' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20250520.
CI: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/26247
net, net-lwip:
- Remove wget console output when called by EFI
net-lwip:
- Add 10 s timeout to TFTP
- Add LMB buffer checks
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/cmd/wget.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst index cc82e495a29..44033aaff39 100644 --- a/doc/usage/cmd/wget.rst +++ b/doc/usage/cmd/wget.rst @@ -141,9 +141,9 @@ https://cacerts.digicert.com/DigiCertTLSRSA4096RootG5.crt. Bytes transferred = 1864 (748 hex) # Another server not signed against Digicert will fail => wget https://www.google.com/ - Certificate verification failed HTTP client error 4 + Certificate verification failed # Disable authentication to allow the command to proceed anyways => wget cacert none => wget https://www.google.com/ |
