diff options
Diffstat (limited to 'meta/conf/machine/spitz.conf')
-rw-r--r-- | meta/conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/spitz.conf b/meta/conf/machine/spitz.conf index f78dd7a3b9..f8b0572b42 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf | |||
@@ -11,7 +11,7 @@ PIVOTBOOT_EXTRA_RRECOMMENDS += "" | |||
11 | # Useful things for the built-in Harddisk | 11 | # Useful things for the built-in Harddisk |
12 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" | 12 | BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs" |
13 | 13 | ||
14 | IMAGE_FSTYPES = "jffs2 tar.gz" | 14 | IMAGE_FSTYPES ?= "tar.gz" |
15 | 15 | ||
16 | ROOT_FLASH_SIZE = "100" | 16 | ROOT_FLASH_SIZE = "100" |
17 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, | 17 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |