]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: lwip: Enable https:// support for wget
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sun, 10 Nov 2024 08:28:40 +0000 (10:28 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 01:09:52 +0000 (19:09 -0600)
commit5907c81647055a03580dae850f82d85f7d810f7e
treeb0c579ee87399aa6144706875871e2ad03a9315d
parent1f444e915ec8e8abfb11dccb7b9d8340096695b4
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>
cmd/Kconfig
net/lwip/Kconfig
net/lwip/wget.c