diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-17 15:22:58 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-17 15:22:58 +0200 |
commit | a0818d6ec740a5a38b4cb46a947844e37e4439cf (patch) | |
tree | 3c48067f2ff8b759ba531fa9cf0f4841cc5960c5 /conf/machine | |
parent | 2f514aa042fe5b24fa866d34e56461c03d490e43 (diff) |
omap3-touchbook: also generate squashfs files
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/omap3-touchbook.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf index 8e18e4d7cf..37e39dce3f 100644 --- a/conf/machine/omap3-touchbook.conf +++ b/conf/machine/omap3-touchbook.conf @@ -15,7 +15,7 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/omap3.inc -IMAGE_FSTYPES += "tar.bz2 ubi" +IMAGE_FSTYPES += "squashfs tar.bz2 ubi" EXTRA_IMAGECMD_jffs2 = "-lnp " # Guesswork |