]> git.dujemihanovic.xyz Git - u-boot.git/commit
net/wget: set filesize
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 9 Oct 2024 11:08:54 +0000 (13:08 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 17:38:44 +0000 (11:38 -0600)
commit8014fabb5d587d31c9ac058116a93eed7369a7d6
tree16823bf5d0d86a2ddf90e03aa610a0312e9e0a53
parentbbfa4587b5bdc465dc0c9a739591674b7eedb104
net/wget: set filesize

After downloading a file with wget the file size may be needed in follow up
actions, e.g.

* write file to device
* calculate hash

Let wget set the environment variable filesize.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
net/wget.c