You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2022/10/17 23:01:34 UTC

[incubator-nuttx] branch master updated: boards/sim: Enable CONFIG_NSH_TELNET_LOGIN for adb

This is an automated email from the ASF dual-hosted git repository.

masayuki 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 c6f3ad3da5 boards/sim: Enable CONFIG_NSH_TELNET_LOGIN for adb
c6f3ad3da5 is described below

commit c6f3ad3da5854e785916682618c42561a7ae482a
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Oct 17 12:13:32 2022 +0800

    boards/sim: Enable CONFIG_NSH_TELNET_LOGIN for adb
    
    to test the telnet login functionality
    
    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 c6dfc13b81..f1f9347c79 100644
--- a/boards/sim/sim/sim/configs/adb/defconfig
+++ b/boards/sim/sim/sim/configs/adb/defconfig
@@ -41,6 +41,7 @@ CONFIG_NET_USRSOCK_UDP=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y
 CONFIG_NSH_READLINE=y
+CONFIG_NSH_TELNET_LOGIN=y
 CONFIG_PSEUDOFS_SOFTLINKS=y
 CONFIG_RAMLOG=y
 CONFIG_RAMLOG_SYSLOG=y