You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2022/09/29 22:12:40 UTC

[incubator-nuttx] branch master updated: boards/sim: Enable telnetd in adb config

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 d6bb08f6fd boards/sim: Enable telnetd in adb config
d6bb08f6fd is described below

commit d6bb08f6fd415c0730c02e68dc3f6a22c032b7be
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Sep 29 05:47:29 2022 +0800

    boards/sim: Enable telnetd in adb config
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/sim/sim/sim/configs/adb/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/adb/defconfig b/boards/sim/sim/sim/configs/adb/defconfig
index d8694a5918..28919037ca 100644
--- a/boards/sim/sim/sim/configs/adb/defconfig
+++ b/boards/sim/sim/sim/configs/adb/defconfig
@@ -27,6 +27,7 @@ CONFIG_LIBC_DLFCN=y
 CONFIG_LIBUV=y
 CONFIG_LIBUV_UTILS_TEST=y
 CONFIG_NET=y
+CONFIG_NETUTILS_TELNETD=y
 CONFIG_NET_ICMP_NO_STACK=y
 CONFIG_NET_SOCKOPTS=y
 CONFIG_NET_TCP_NO_STACK=y