diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-11 17:23:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-11 17:23:44 +0000 |
commit | 844bf825c75c21864c1ba911642d58021e08e9ed (patch) | |
tree | a4fc24b7330cd955c23787749f4cf751bf35dc57 /conf/machine | |
parent | 2222e629a6bf3ebaafce55cfd533486ec9926887 (diff) |
add first stab at support for the Motorola A780 GSM phone
NOTE: for now, we use a dedicated linux-ezx kernel, but once this proves working,
we will probably unify with linux-openzaurus
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/a780.conf | 7 | ||||
-rw-r--r-- | conf/machine/include/motorola-ezx.conf | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf new file mode 100644 index 0000000000..6578cbe7f5 --- /dev/null +++ b/conf/machine/a780.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: Motorola EZX +#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 + +include conf/machine/include/zaurus-clamshell.conf +include conf/machine/include/zaurus-clamshell-2.6.conf +include conf/machine/include/motorola-ezx.conf diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf new file mode 100644 index 0000000000..70418805f5 --- /dev/null +++ b/conf/machine/include/motorola-ezx.conf @@ -0,0 +1,2 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" + |