diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-29 14:27:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-29 14:28:42 +0100 |
commit | e6266efb6ea5fad9415d210be59a775361e8db21 (patch) | |
tree | 086220c7cfc649261f20ef7b176d17a3f186b124 /conf/machine | |
parent | 2739ab7621e132854fc6103d982ceb2bed2769a3 (diff) |
om-gta02: create also ubinized image from ubifs
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/om-gta02.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index d47320e59d..5fc96ec4ed 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -51,7 +51,7 @@ USE_VT = "0" # used by some images ROOT_FLASH_SIZE = "256" -IMAGE_FSTYPES += "tar.gz jffs2 ubifs" +IMAGE_FSTYPES += "tar.gz jffs2 ubifs ubi" # extra jffs2 tweaks EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \ |