Re: [PATHv11 04/43] net/lwip: implement dns cmd

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 06:56:47PM +0600, Maxim Uvarov wrote: > U-Boot recently got support for an alternative network stack using LWIP. > Replace dns command with the LWIP variant while keeping the output and > error messages identical. > > Signed-off-by: Maxim Uvarov [snip] > diff --git

[PATHv11 04/43] net/lwip: implement dns cmd

2023-11-27 Thread Maxim Uvarov
U-Boot recently got support for an alternative network stack using LWIP. Replace dns command with the LWIP variant while keeping the output and error messages identical. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 19 +++ net/lwip/Makefile| 2 ++