summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2025-10-09 14:30:14 +0200
committerJerome Forissier <[email protected]>2025-10-22 14:28:33 +0200
commit4b8e78585171787794611205d661b97bc5f4dd83 (patch)
tree4b7b7e6cfbd66ee7c393da745e3600e201d152be /doc/develop/bootstd
parentb24268d151a0c28772785e14703491364becda5b (diff)
net: make dhcp_run() common for NET and NET_LWIP
There are currently two implementations of dhcp_run(): one in cmd/net.c for NET and one in net/lwip/dhcp.c for NET_LWIP. There is no justification for that. Therefore, move the NET version into net/net-common.c to be used by both stacks, and drop the NET_LWIP version which by the way does not look totally correct. Signed-off-by: Jerome Forissier <[email protected]> Suggested-by: Tom Rini <[email protected]> Acked-by: Benjamin Hahn <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions