You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/07/20 07:54:57 UTC

[incubator-nuttx-apps] branch master updated: nshlib/netcmds: Decouple nslookup from netdb_dnsclient

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ae2e1034 nshlib/netcmds: Decouple nslookup from netdb_dnsclient
5ae2e1034 is described below

commit 5ae2e1034bc434c78c7b4ea039c109e1c97dbeee
Author: Denis Tolstov <to...@mail.ru>
AuthorDate: Tue Jul 19 23:07:12 2022 +0300

    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"