From 6029fd4a574baaaf8baef4fefa4d1ca5c082729f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 5 May 2014 08:52:02 -0600 Subject: The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name --- nuttx/configs/ez80f910200zco/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/ez80f910200zco') diff --git a/nuttx/configs/ez80f910200zco/nsh/defconfig b/nuttx/configs/ez80f910200zco/nsh/defconfig index 10942baf8..3d4c25bfe 100644 --- a/nuttx/configs/ez80f910200zco/nsh/defconfig +++ b/nuttx/configs/ez80f910200zco/nsh/defconfig @@ -726,7 +726,7 @@ CONFIG_NSH_CONSOLE=y # # USB Trace Support # -# CONFIG_NSH_CONDEV is not set +# CONFIG_NSH_ALTCONDEV is not set # CONFIG_NSH_ARCHINIT is not set CONFIG_NSH_TELNET=y CONFIG_NSH_TELNETD_PORT=23 -- cgit v1.2.3