diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-01 21:34:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-01 21:34:24 +0000 |
commit | ede63ec4e1b35414a0cab924553bd92efb980b13 (patch) | |
tree | cf181a741da298cc9343de32277eca1206298bf1 /conf | |
parent | 847b2517d6d4b55c45e06aeff9b26535610f71bb (diff) |
a780: include opentapi in the default rootfs. opentapi does still need an initscript to start on boot, though
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/a780.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index fe3cdbc481..1c3ae63025 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -20,6 +20,9 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" +#the a780 needs a userspace daemon to stop the BP from shutting down the phone +MACHINE_EXTRA_RDEPENDS += "opentapi" + ROOT_FLASH_SIZE = "24" EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" |