Message ID | 36d21bdc2795818de1101033a97884849df7477c.1326481985.git.Martin.Jansa@gmail.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 7f12ac3..ee24900 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -9,7 +9,7 @@ ERASEBLOCKSIZE_akita = "0x20000" # C3100 and C3200 have same 128MiB NAND device as akita ERASEBLOCKSIZE_spitz = "0x20000" -IMAGE_FSTYPES += "tar.gz jffs2 sum.jffs2" +IMAGE_FSTYPES ?= "tar.gz jffs2 sum.jffs2" # kernel now supports favourlzo EXTRA_IMAGECMD_jffs2 = "-p -l --eraseblock=${ERASEBLOCKSIZE}"
* easier for builder to limit IMAGE_FSTYPES in local.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- conf/machine/include/zaurus.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)