aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/collie.conf
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-08-28 15:58:45 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-08-28 15:58:45 +0000
commit7fa14f6bdd0c11f6e6c8ab4aa384fceb19d2fbbc (patch)
tree4228de4ebe4dc39aa58d144aa10f33fdc786789c /conf/machine/collie.conf
parentde9009f8e9bfdad0343494ba99e3ae4e830fb871 (diff)
downloadopenembedded-7fa14f6bdd0c11f6e6c8ab4aa384fceb19d2fbbc.tar.gz
collie.conf: fix building of jffs2 images
Diffstat (limited to 'conf/machine/collie.conf')
-rw-r--r--conf/machine/collie.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf
index 34731c387f..0dd8df1fae 100644
--- a/conf/machine/collie.conf
+++ b/conf/machine/collie.conf
@@ -10,7 +10,7 @@ require conf/machine/include/tune-strongarm.inc
PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
-EXTRA_IMAGECMD_jffs2 ?= "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
+EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
IMAGE_LINGUAS ?= ""
IMAGE_FSTYPES ?= "jffs2 tar.gz"