aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-03-02 18:51:56 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-02 18:51:56 +0000
commit81da012eb0fff1bc5f129202d0c12b1d63a7761a (patch)
tree3c2b6ca3b900b74e9784798722c581d5779bee33 /build
parent560b9fed82e9fd5259ba611c9c6da449cf3f548b (diff)
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 <andy@openmoko.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
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