summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 14:49:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-12 14:49:46 +0000
commit9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2 (patch)
tree3b413527adf339c86aaf1da49cadaa27f23a2e01 /nuttx/configs/vsn/nsh
parent89b1a8ab25add376d10563320dc01c4843118596 (diff)
downloadpx4-nuttx-9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2.tar.gz
px4-nuttx-9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2.tar.bz2
px4-nuttx-9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2.zip
Incorporate install app from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn/nsh')
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index f5125bc65..46f978c90 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -66,13 +66,17 @@ CONFIGURED_APPS += vsn/sdcard
# Provide RAMTRON tool
CONFIGURED_APPS += vsn/ramtron
-# Provide UNIX style free
-CONFIGURED_APPS += vsn/free
-
# Provide System Information Utilityu
CONFIGURED_APPS += vsn/sysinfo
# Provide JAVA Virtual Machine (the Darjeeling JVM)
#CONFIGURED_APPS += vsn/jvm
+# Provide UNIX style free
+CONFIGURED_APPS += system/free
+
+# Provide FLASH program installation support
+CONFIGURED_APPS += system/install
+
+