mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
fic-gta01: do not use LZO compression for jffs2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2150 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,7 +27,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
|
||||
ROOT_FLASH_SIZE = "60"
|
||||
|
||||
# extra jffs2 tweaks
|
||||
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n"
|
||||
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n -x lzo"
|
||||
|
||||
# tune for S3C24x0
|
||||
include conf/machine/include/tune-arm920t.conf
|
||||
|
||||
Reference in New Issue
Block a user