mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
libc/netdb: add dependence to net ip config
avoid to invalid enabled if no net ip config Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
config LIBC_NETDB
|
||||
bool "netdb support"
|
||||
depends on NET_IPv4 || NET_IPv6
|
||||
default n
|
||||
|
||||
menu "NETDB Support"
|
||||
|
||||
Reference in New Issue
Block a user