commit | 8cc52835e8d6da33948a9b16c0043288fdeae827 | [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 | 4276a3c652eeb8821ea25c696908f086e5ec6b0d [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>