[PATCHv10 08/15] net/lwip: implement wget cmd

Simon Glass sjg at google.com
Mon Oct 2 03:17:44 CEST 2023


On Tue, 26 Sept 2023 at 03:45, Maxim Uvarov <maxim.uvarov at linaro.org> wrote:
>
> U-Boot recently got support for an alternative network stack using LWIP.
> Replace wget command with the LWIP variant while keeping the output and
> error messages identical.
>
> Signed-off-by: Maxim Uvarov <maxim.uvarov at linaro.org>
> ---
>  include/net/lwip.h             |  14 +++++
>  net/lwip/Makefile              |   1 +
>  net/lwip/apps/http/Makefile    |   6 ++
>  net/lwip/apps/http/lwip-wget.c | 105 +++++++++++++++++++++++++++++++++
>  4 files changed, 126 insertions(+)
>  create mode 100644 net/lwip/apps/http/Makefile
>  create mode 100644 net/lwip/apps/http/lwip-wget.c
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list