diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-07 08:18:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-07 08:18:40 +0000 |
commit | 3d195d718af26b38f960d5c15ae7d80f572ca915 (patch) | |
tree | 88b0dc616176b44b88678ebc54c8d83685eaa9c5 /conf/machine | |
parent | f4f88cbaacdd1eee7320dc01249f092c897efc1d (diff) |
motorola-ezx-base.inc: include ezxd in task-boot instead of task-base
Diffstat (limited to 'conf/machine')
-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 8cbbae85cc..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 += "ezxd" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "ezxd" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" |