]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: lwip: add dns command
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Oct 2024 10:04:07 +0000 (12:04 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 16 Oct 2024 17:11:56 +0000 (11:11 -0600)
commitaedcfec9ed788588b9a7ed368fcbc4d6e6588461
tree899d0e6fb415e582dcbea929522173b5a3e4e7cf
parent7a5e00d5c349ee6e123d7c17904730b9deaa8047
net: lwip: add dns command

Add CMD_DNS when NET_LWIP is enabled to provide the dns command using
lwIP.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/Kconfig
cmd/net-lwip.c
include/net-lwip.h
net/lwip/Makefile
net/lwip/dns.c [new file with mode: 0644]