commit | 13e13f58671305ac20a889d7271d85cb7e27af78 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Nov 14 18:20:07 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 22 14:51:26 2024 -0600 |
tree | 0184d09bb1bab7859951e2e6a9dd8178bec4aac6 | |
parent | 2cde2f4a0073ac1e4a528a1fab40e3d6c1f4bf29 [diff] |
net: lwip: dhcp: support arguments for TFTP file download 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>