mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
![]() The dhcp command is supposed to have the following syntax as per "help dhcp": dhcp [loadAddress] [[hostIPaddr:]bootfilename] In other words, any arguments should be passed to an implicit tftpboot command after the DHCP exchange has occurred. Add the missing code to the lwIP version of do_dhcp(). Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> |
||
---|---|---|
.. | ||
dhcp.c | ||
dns.c | ||
eth_internal.h | ||
Kconfig | ||
Makefile | ||
net-lwip.c | ||
ping.c | ||
tftp.c | ||
wget.c |