From e07ae17cfda815e9395ce2f6b28e1797dfaef1df Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 11 Nov 2013 14:03:03 +0100 Subject: h3600: build .tar.gz images too This enables us to output a tar.gz image during the h3600 build process. Signed-off-by: Linus Walleij --- conf/machine/h3600.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 6e9941b..7670c9c 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -24,7 +24,7 @@ INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma" IMAGE_DEVICE_TABLES = "" -IMAGE_FSTYPES = "jffs2" +IMAGE_FSTYPES += "tar.gz jffs2" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RDEPENDS = "mtd-utils mtd-utils-jffs2" -- cgit 1.2.3-korg