diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-07 08:19:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-07 08:19:55 +0000 |
commit | 1eaac97897027aa22c6bd93c16ad00d55b85e471 (patch) | |
tree | 63903bead6834386981f21635eab93aaeacfeeb2 /conf | |
parent | f7637ba582fcafd1dbe74614288522d479f9f95a (diff) | |
parent | 7e06adaf53832038c97b9a7914caac1879c81617 (diff) |
merge of '73cd766816e9208e9486f1d0730123cf56b98a13'
and 'ab566828f65e3118a463af4edd4374ec860dc16b'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 6baa6a50ba..52b9ccc65d 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -16,7 +16,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" # the EZX phones need a userspace daemon to stop the BP from shutting down the phone -MACHINE_EXTRA_RDEPENDS += "opentapi" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "ezxd" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" |