From 81da012eb0fff1bc5f129202d0c12b1d63a7761a Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 2 Mar 2009 18:51:56 +0000 Subject: rename-gta03-dropped-3d7k-new-moniker.patch GTA03 project is dropped, long live Openmoko 3d7k project. This name was literally generated by picking the first character of the next four car license plates to pass by I am told. The should catch all GTA03 instances except the machine name. I registered a new machine name since the 3d7k is different from original GTA03, the machine number is 2120. Signed-off-by: Andy Green --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build b/build index b0e49ebfa16..fd989996433 100755 --- a/build +++ b/build @@ -45,9 +45,9 @@ if [ ! -z "`grep CONFIG_MACH_NEO1973_GTA02=y $1/.config`" ] ; then PRODUCT=GTA02 fi -if [ ! -z "`grep CONFIG_MACH_OPENMOKO_GTA03=y $1/.config`" ] ; then +if [ ! -z "`grep CONFIG_MACH_OM_3D7K=y $1/.config`" ] ; then START=50008000 - PRODUCT=GTA03 + PRODUCT=OM_3D7K fi if [ ! -z "`grep CONFIG_MACH_SMDK6410=y $1/.config`" ] ; then -- cgit v1.2.3