view gsm-fw/cfgmagic/defimage.smallram @ 828:a8d0bbba7886

build flashable images by default when PS is included and target has small RAM
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 06 Apr 2015 02:32:04 +0000
parents
children
line wrap: on
line source

if [ "$CONFIG_INCLUDE_PS" = 1 ]
then
	BUILD_DEFAULT_IMAGE=flashImage
else
	BUILD_DEFAULT_IMAGE=ramImage
fi