Re: [PATCH v2 04/13] lwip: move net/lwip/dns.c to cmd/lwip
On Fri, Jun 06, 2025 at 08:41:40AM +0200, Jerome Forissier wrote: > Move the implementation of the dns command under cmd/. > > Signed-off-by: Jerome Forissier > --- > > Changes in v2: > - New patch > > cmd/lwip/dns.c| 123 > net/lwip/Makefile |
[PATCH v2 04/13] lwip: move net/lwip/dns.c to cmd/lwip
Move the implementation of the dns command under cmd/. Signed-off-by: Jerome Forissier --- Changes in v2: - New patch cmd/lwip/dns.c| 123 net/lwip/Makefile | 1 - net/lwip/dns.c| 128 -- 3 files