summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/configs/rgmp/nsh/appconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/rgmp/nsh/appconfig b/nuttx/configs/rgmp/nsh/appconfig
index a8a574f8c..092554129 100644
--- a/nuttx/configs/rgmp/nsh/appconfig
+++ b/nuttx/configs/rgmp/nsh/appconfig
@@ -41,3 +41,14 @@ CONFIGURED_APPS += examples/nsh
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
+endif
+
+