diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-28 15:58:45 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-28 15:58:45 +0000 |
commit | 7fa14f6bdd0c11f6e6c8ab4aa384fceb19d2fbbc (patch) | |
tree | 4228de4ebe4dc39aa58d144aa10f33fdc786789c /conf | |
parent | de9009f8e9bfdad0343494ba99e3ae4e830fb871 (diff) |
collie.conf: fix building of jffs2 images
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/collie.conf | 2 |
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" |