summaryrefslogtreecommitdiff
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/appconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index 65e8c220f..0d7fd27f4 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -49,24 +49,24 @@
#CONFIG_BUILTIN_APP_START="hello"
# Application Libraries
-CONFIGURED_APPS += nshlib/.built_always
+CONFIGURED_APPS += nshlib=.built_always
# Individual selection of built-in applications:
# Hello world provide a simple skeleton/demo application
-CONFIGURED_APPS += hello/.built_always
+CONFIGURED_APPS += hello=.built_always
# Provide poweroff command to switch off the board
-CONFIGURED_APPS += poweroff/.built_always
+CONFIGURED_APPS += poweroff=.built_always
# Provide SDcard tool
-CONFIGURED_APPS += sdcard/.built_always
+CONFIGURED_APPS += sdcard=.built_always
# Provide RAMTRON tool
-CONFIGURED_APPS += ramtron/.built_always
+CONFIGURED_APPS += ramtron=.built_always
# Provide UNIX style free
-CONFIGURED_APPS += free/.built_always
+CONFIGURED_APPS += free=.built_always
# Provide JAVA Virtual Machine (the Darjeeling JVM)
-#CONFIGURED_APPS += jvm/.built_always
+#CONFIGURED_APPS += jvm=.built_always