summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6432-s2e/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6432-s2e/nsh/appconfig')
-rw-r--r--nuttx/configs/lm3s6432-s2e/nsh/appconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/lm3s6432-s2e/nsh/appconfig b/nuttx/configs/lm3s6432-s2e/nsh/appconfig
index 7d52c91a6..74d29ef67 100644
--- a/nuttx/configs/lm3s6432-s2e/nsh/appconfig
+++ b/nuttx/configs/lm3s6432-s2e/nsh/appconfig
@@ -50,6 +50,9 @@ CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient
+ifeq ($(CONFIG_NSH_TELNET),y)
+CONFIGURED_APPS += netutils/telnetd
+endif
endif