diff options
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 0868abf9a2..b44fb1b43c 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -19,7 +19,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}" GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_DEPENDS = "gaim" +GPE_EXTRA_DEPENDS += "gaim" include conf/machine/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility |