]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: cmd: wget: document lwIP syntax
authorJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Nov 2024 09:18:01 +0000 (10:18 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Nov 2024 22:33:48 +0000 (23:33 +0100)
commit5753b9eb489896dff63b5c40e1d526358abf6d7d
tree63ae28ba367c927468e0265eacfb6b41b6080429
parentf9dd2e2c9f703d5500bd3b00b840430a9aea4c45
doc: cmd: wget: document lwIP syntax

The lwIP version of wget supports a different syntax with a URL,
in addition to the legacy syntax. Document that.

While we're at it, fix a couple of minor issues in the legacy
syntax:
- hostIPaddr can be a DNS name if CONFIG_CMD_DNS is enabled
- path is mandatory

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/usage/cmd/wget.rst