From 9159d1b35ea8eebe871ac2db2bb7095d0b39d0c9 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Thu, 14 Mar 2013 23:08:11 +0100 Subject: [PATCH] Generate less image types --- conf/machine/mele.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/mele.conf b/conf/machine/mele.conf index 255fb48..46ab4b2 100644 --- a/conf/machine/mele.conf +++ b/conf/machine/mele.conf @@ -27,7 +27,7 @@ UBOOT_LOADADDRESS = "0x40008000" SPL_BINARY = "sunxi-spl.bin" IMAGE_CLASSES += "sdcard_image-a10" -IMAGE_FSTYPES += "tar.bz2 squashfs ext3 a10-sdimg" +IMAGE_FSTYPES += "ext3 a10-sdimg" # Guesswork SERIAL_CONSOLE = "115200 ttyS0"