mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix system/netdb configuration dependency
This commit is contained in:
parent
03f477462a
commit
9669fff72b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
menuconfig SYSTEM_NETDB
|
||||
bool "netdb interface"
|
||||
default n
|
||||
depends on LIB_NETDB
|
||||
depends on LIBC_NETDB
|
||||
|
||||
if SYSTEM_NETDB
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue