mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 22:17:23 +00:00
nshlib/netcmds: Decouple nslookup from netdb_dnsclient
Allow disabling nslookup even when not using dnsclient.
This commit is contained in:
parent
c4c3ffff90
commit
5ae2e1034b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue