diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-03 08:08:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-03 08:08:32 +0000 |
commit | d32c98e0ee9477afad8ff4eaa072c2caa0f05742 (patch) | |
tree | dec6cf13db81aa4434004db2d550921f066ce725 /conf/machine/a1200.conf | |
parent | 20d25d8e1fcb5a2977983a68dd3faae6e7894b44 (diff) |
motorola ezx phones: add an include that sets the basic stuff, remove killswitch from a1200, e680 because the machines need different defconfigs
Diffstat (limited to 'conf/machine/a1200.conf')
-rw-r--r-- | conf/machine/a1200.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/a1200.conf b/conf/machine/a1200.conf index 3914d0e8f4..f2ce2b6bf5 100644 --- a/conf/machine/a1200.conf +++ b/conf/machine/a1200.conf @@ -1,2 +1,5 @@ -WARNING:="${@bb.fatal('\n*\n*\n* Sorry, There is no dedicated configuration for the Motorola EZX A1200,\n* because \ -of the similarities between A780 and A1200 series. Use MACHINE = \"a780\".\n*\n*\n')}" +#@TYPE: Machine +#@NAME: Motorola EZX A1200, Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i +#@DESCRIPTION: Machine configuration for the Motorola GSM phones A1200, A780, E680, and E680i + +require conf/machine/include/motorola-ezx-base.inc |