u-boot/include/net
Marek Vasut 4caacb2f29 net: wget: Support non-default HTTP port
Currently the wget command is hard wired to HTTP port 80. This is
inconvenient, as it is extremely easy to start trivial HTTP server
as an unprivileged user using e.g. python http module to serve the
files, but such a server has to run on one of the higher ports:
"
$ python3 -m http.server -d $(pwd) 8080
"

Make it possible to configure HTTP server port the same way it is
possible to configure TFTP server port, using environment variable
'httpdstp' (similar to 'tftpdstp'). Retain port 80 as the default
fallback port. This way, users can start their own trivial server
and conveniently download whatever files they need into U-Boot.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
2023-12-19 08:01:59 -05:00
..
pfe_eth ls1012a: net: pfe: remove pfe stop from bootcmd 2021-06-16 18:14:08 +05:30
dsa.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
fastboot_tcp.h net: add fastboot TCP support 2023-05-05 17:48:44 -04:00
fastboot_udp.h net: add fastboot TCP support 2023-05-05 17:48:44 -04:00
ldpaa_eth.h drivers: net: ldpaa: export driver name and API to get DPMAC id 2023-05-05 13:41:55 -04:00
ncsi-pkt.h phy: Add support for the NC-SI protocol 2020-03-09 18:11:23 -05:00
ncsi.h phy: Add support for the NC-SI protocol 2020-03-09 18:11:23 -05:00
pcap.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
sntp.h sntp: use udp framework 2020-09-30 16:55:03 -04:00
tcp.h net: support being a TCP server to unblock TCP fastboot 2023-05-05 17:48:44 -04:00
tftp.h
udp.h net: add a generic udp protocol 2020-09-30 16:55:03 -04:00
wget.h net: wget: Support non-default HTTP port 2023-12-19 08:01:59 -05:00