diff --git a/configs/vsn/nsh/appconfig b/configs/vsn/nsh/appconfig index f5125bc65d1..46f978c9050 100755 --- a/configs/vsn/nsh/appconfig +++ b/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 + +