summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/eagle100/nsh/appconfig')
-rw-r--r--nuttx/configs/eagle100/nsh/appconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/nsh/appconfig b/nuttx/configs/eagle100/nsh/appconfig
index 20f9e8f82..dafc33b8a 100644
--- a/nuttx/configs/eagle100/nsh/appconfig
+++ b/nuttx/configs/eagle100/nsh/appconfig
@@ -42,3 +42,16 @@ CONFIGURED_APPS += examples/nsh
CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
+# Networking support
+
+ifeq ($(CONFIG_NET),y)
+CONFIGURED_APPS += netutils/uiplib
+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
+