summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-13 13:10:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-13 13:10:15 +0000
commite2f5f48bd96868c064e2053d6928b89d4033ec09 (patch)
tree0796bae439f69aa5d6f5fa478c03a48e3be96d69 /nuttx
parentf5f95ed259c2ef2ddf3894347fb708384b2f40cb (diff)
Add network apps to RGMP appconfig
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3602 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-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 a8a574f8cd..092554129e 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
+
+