From 5ae2e1034bc434c78c7b4ea039c109e1c97dbeee Mon Sep 17 00:00:00 2001 From: Denis Tolstov Date: Tue, 19 Jul 2022 23:07:12 +0300 Subject: [PATCH] nshlib/netcmds: Decouple nslookup from netdb_dnsclient Allow disabling nslookup even when not using dnsclient. --- nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index c208b41b5..b52b219ad 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -401,7 +401,7 @@ config NSH_DISABLE_NSFMOUNT config NSH_DISABLE_NSLOOKUP bool "Disable nslookup" default DEFAULT_SMALL - depends on LIBC_NETDB && NETDB_DNSCLIENT + depends on LIBC_NETDB config NSH_DISABLE_PASSWD bool "Disable passwd"