commit | 99618ca8dbfd33c23bde38afc3b41dfbca30d80b | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Sun Nov 10 10:28:40 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 12 19:09:52 2024 -0600 |
tree | b0c579ee87399aa6144706875871e2ad03a9315d | |
parent | 011c87cc426b5b63885868e86c13d292559e2eae [diff] |
net: lwip: Enable https:// support for wget With the recent changes of lwip & mbedTLS we can now download from https:// urls instead of just http://. Adjust our wget lwip version parsing to support both URLs. While at it adjust the default TCP window for QEMU since https seems to require at least 16384 Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>