diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-12 14:08:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-12 14:08:47 +0000 |
commit | 3afa784bb8cba63d6ba8507d1d083224a51fa787 (patch) | |
tree | 2815b2a79b4b84f6dc9637fdc9d24960efe80d86 /conf/machine | |
parent | 02e8bade87bdfa236739d15adf892fc6594a403d (diff) |
add distro configuration for EZX phone distribution
eventually this will be merged with Angstrom
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/a780.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/motorola-ezx.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 6578cbe7f5..ce39b8082d 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Motorola EZX -#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 +#@NAME: Motorola EZX A780 and E680 +#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 and E680 include conf/machine/include/zaurus-clamshell.conf include conf/machine/include/zaurus-clamshell-2.6.conf diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf index 70418805f5..4ee221e91d 100644 --- a/conf/machine/include/motorola-ezx.conf +++ b/conf/machine/include/motorola-ezx.conf @@ -1,2 +1,4 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" +IMAGE_FSTYPES = "ext3 jffs2" + |