net: introduce CONFIG_DNS
authorJerome Forissier <jerome.forissier@linaro.org>
Fri, 18 Jul 2025 10:48:48 +0000 (12:48 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 13:47:58 +0000 (15:47 +0200)
commit512be8979666a9c62e5ffb8f331d6cd3052623a4
tree0664b221f61b522bb87570828193e5d423542d8a
parent425f9839f3c2922a36efaefa53833f0abe681be0
net: introduce CONFIG_DNS

Introduce the DNS Kconfig symbol so that various network commands may
use host names without the dns command (CMD_DNS) being selected.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
CC: E Shattow <e@freeshell.de>
12 files changed:
cmd/Kconfig
cmd/lwip/dns.c
doc/usage/cmd/sntp.rst
doc/usage/cmd/wget.rst
include/net-legacy.h
net/Kconfig
net/Makefile
net/lwip/Makefile
net/lwip/dns.c [new file with mode: 0644]
net/lwip/net-lwip.c
net/net.c
net/wget.c