summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/vsn/nsh/appconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/nsh/appconfig')
-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 f5125bc65d..46f978c905 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
+
+