summaryrefslogtreecommitdiff
path: root/nuttx/configs/detron/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/detron/nsh/appconfig')
-rw-r--r--nuttx/configs/detron/nsh/appconfig14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/configs/detron/nsh/appconfig b/nuttx/configs/detron/nsh/appconfig
index 7abe0c6ed..a4d5dc64c 100644
--- a/nuttx/configs/detron/nsh/appconfig
+++ b/nuttx/configs/detron/nsh/appconfig
@@ -33,4 +33,16 @@
#
############################################################################
-CONFIGURED_APPS += nshlib=.built_always \ No newline at end of file
+# NSH library
+
+CONFIGURED_APPS += nshlib=.built_always
+
+# Networking support
+
+ifeq ($(CONFIG_NET),y)
+CONFIGURED_APPS += netutils/uiplib=.built_always
+CONFIGURED_APPS += netutils/dhcpc=.built_always
+CONFIGURED_APPS += netutils/resolv=.built_always
+CONFIGURED_APPS += netutils/tftp=.built_always
+CONFIGURED_APPS += netutils/webclient=.built_always
+endif