diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-21 20:33:35 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-22 13:57:20 +0100 |
commit | 7983f82262e1440d2ab649daf671a6adafe00a41 (patch) | |
tree | cfabf72177069d6cd243ccd52cb8fbad54e01b59 /conf | |
parent | be1ce43d409b63fc52eabc93d5dce0ea325ed1f9 (diff) |
a910.conf: new machine configuration for the Motorola EZX A910
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/a1200.conf | 4 | ||||
-rw-r--r-- | conf/machine/a780.conf | 4 | ||||
-rw-r--r-- | conf/machine/a910.conf | 5 | ||||
-rw-r--r-- | conf/machine/e680.conf | 4 |
4 files changed, 11 insertions, 6 deletions
diff --git a/conf/machine/a1200.conf b/conf/machine/a1200.conf index f2ce2b6bf5..1e736bec15 100644 --- a/conf/machine/a1200.conf +++ b/conf/machine/a1200.conf @@ -1,5 +1,5 @@ #@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 +#@NAME: Motorola EZX A1200 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone A1200 require conf/machine/include/motorola-ezx-base.inc diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index f2ce2b6bf5..9530de8ed9 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,5 +1,5 @@ #@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 +#@NAME: Motorola EZX A780 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone A780 require conf/machine/include/motorola-ezx-base.inc diff --git a/conf/machine/a910.conf b/conf/machine/a910.conf new file mode 100644 index 0000000000..863c17695b --- /dev/null +++ b/conf/machine/a910.conf @@ -0,0 +1,5 @@ +#@TYPE: Machine +#@NAME: Motorola EZX A910 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone A910 + +require conf/machine/include/motorola-ezx-base.inc diff --git a/conf/machine/e680.conf b/conf/machine/e680.conf index f2ce2b6bf5..749f022c49 100644 --- a/conf/machine/e680.conf +++ b/conf/machine/e680.conf @@ -1,5 +1,5 @@ #@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 +#@NAME: Motorola Motorola EZX E680, Motorola EZX E680i +#@DESCRIPTION: Machine configuration for the Motorola GSM phones E680, and E680i require conf/machine/include/motorola-ezx-base.inc |