commit | eb48b4b7459f55d27f416aa694066e84572cc307 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Oct 16 12:04:08 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 16 11:11:56 2024 -0600 |
tree | a23d73848c5aa81abaf4b07ba82c1f00115d7f7d | |
parent | bc4d882f6e6d91d79d25b68651eaa2441b7c92aa [diff] |
net: split cmd/net.c into cmd/net.c and cmd/net-common.c Extract some code from cmd/net.c that will be useful in a subsequent commit to implement wget with NET_LWIP. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>