From 9319e9b53ca68435f0f7ea1c85ba1ac9e224f1e2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 May 2011 14:49:46 +0000 Subject: Incorporate install app from Uros git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/vsn/nsh/appconfig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'nuttx/configs') 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 + + -- cgit v1.2.3