diff options
-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 4cfe5d7949..63cd30f0d7 100644 --- a/meta/conf/machine/spitz.conf +++ b/meta/conf/machine/spitz.conf | |||
@@ -9,7 +9,7 @@ PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" | |||
9 | 9 | ||
10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" | 10 | PACKAGE_EXTRA_ARCHS += "iwmmxt" |
11 | IMAGE_FSTYPES ?= "tar.gz ext3" | 11 | IMAGE_FSTYPES ?= "tar.gz ext3" |
12 | IMAGE_ROOTFS_SIZE_ext3 = "220000" | 12 | IMAGE_ROOTFS_SIZE_ext3 = "250000" |
13 | 13 | ||
14 | ROOT_FLASH_SIZE = "100" | 14 | ROOT_FLASH_SIZE = "100" |
15 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, | 15 | # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |