This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d906c2ff3b sim/adb: Enable netdb
d906c2ff3b is described below
commit d906c2ff3b50b2efbc52f4f3f9ed30284af0254c
Author: Xiang Xiao <[email protected]>
AuthorDate: Sun Sep 11 02:11:38 2022 +0800
sim/adb: Enable netdb
Signed-off-by: Xiang Xiao <[email protected]>
---
boards/sim/sim/sim/configs/adb/defconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/boards/sim/sim/sim/configs/adb/defconfig
b/boards/sim/sim/sim/configs/adb/defconfig
index 28919037ca..c6dfc13b81 100644
--- a/boards/sim/sim/sim/configs/adb/defconfig
+++ b/boards/sim/sim/sim/configs/adb/defconfig
@@ -27,9 +27,11 @@ CONFIG_LIBC_DLFCN=y
CONFIG_LIBUV=y
CONFIG_LIBUV_UTILS_TEST=y
CONFIG_NET=y
+CONFIG_NETDB_DNSCLIENT=y
+CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x08080808
CONFIG_NETUTILS_TELNETD=y
CONFIG_NET_ICMP_NO_STACK=y
-CONFIG_NET_SOCKOPTS=y
+CONFIG_NET_LOCAL=y
CONFIG_NET_TCP_NO_STACK=y
CONFIG_NET_UDP_NO_STACK=y
CONFIG_NET_USRSOCK_CUSTOM=y