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 <[email protected]>
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 <[email protected]>
---
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