From dac9280da1557443ff9eff12105479ea43c241f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 25 Mar 2012 14:51:25 +0000 Subject: Add support for the poweroff on calypso phones git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4520 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/compal_e88/nsh_highram/appconfig | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'nuttx/configs/compal_e88/nsh_highram/appconfig') diff --git a/nuttx/configs/compal_e88/nsh_highram/appconfig b/nuttx/configs/compal_e88/nsh_highram/appconfig index cfa41984b..dd189fa1f 100644 --- a/nuttx/configs/compal_e88/nsh_highram/appconfig +++ b/nuttx/configs/compal_e88/nsh_highram/appconfig @@ -1,5 +1,5 @@ ############################################################################ -# configs/c5471evm/nsh/appconfig +# configs/compal_e88/nsh_highram/appconfig # # Copyright (C) 2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt @@ -33,22 +33,11 @@ # ############################################################################ -# Path to example in apps/examples containing the user_start entry point - +# NSH shell CONFIGURED_APPS += examples/nsh - -# NSH library CONFIGURED_APPS += system/readline CONFIGURED_APPS += nshlib -# Networking support - -ifeq ($(CONFIG_NET),y) -CONFIGURED_APPS += netutils/uiplib -CONFIGURED_APPS += netutils/dhcpc -CONFIGURED_APPS += netutils/resolv -CONFIGURED_APPS += netutils/tftpc -CONFIGURED_APPS += netutils/webclient -endif - -CONFIGURED_APPS += examples/hello examples/poweroff +# Path to example in apps/examples +CONFIGURED_APPS += examples/hello +CONFIGURED_APPS += vsn/poweroff -- cgit v1.2.3