nshlib/netcmds: Decouple nslookup from netdb_dnsclient
Allow disabling nslookup even when not using dnsclient.
This commit is contained in:
parent
c4c3ffff90
commit
5ae2e1034b
@ -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…
Reference in New Issue
Block a user