diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 21:49:57 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 21:49:57 +0000 |
commit | 923efe9a7617d49e96ea4ec1b3658b7a81a7bcf0 (patch) | |
tree | cddf3c0130ae899f95aec8682aa266ef64be93f8 /conf/machine | |
parent | d01a4643379099f45114abc6289668108aef1cd5 (diff) |
official ezx name for the ROKR E2 is rokre2 (yes it looks ugly... ;)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/rokr-e2.conf | 9 | ||||
-rw-r--r-- | conf/machine/rokre2.conf | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/conf/machine/rokr-e2.conf b/conf/machine/rokr-e2.conf deleted file mode 100644 index ccd496c03d..0000000000 --- a/conf/machine/rokr-e2.conf +++ /dev/null @@ -1,9 +0,0 @@ -#@TYPE: Machine -#@NAME: Motorola EZX rokr e2 -#@DESCRIPTION: Machine configuration for the Motorola GSM phones rokr e2 - -require conf/machine/include/motorola-ezx-base.inc - -#no touchscreen -MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" - diff --git a/conf/machine/rokre2.conf b/conf/machine/rokre2.conf new file mode 100644 index 0000000000..621e95f166 --- /dev/null +++ b/conf/machine/rokre2.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: Motorola EZX ROKR E2 +#@DESCRIPTION: Machine configuration for the Motorola GSM Phone ROKR E2 + +require conf/machine/include/motorola-ezx-base.inc + +# there is no touchscreen +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost keyboard screen" |