diff options
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/conf/machine/qemuarm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/conf/machine/qemuarm.conf b/openembedded/conf/machine/qemuarm.conf index 251206e2f..78b1fe33f 100644 --- a/openembedded/conf/machine/qemuarm.conf +++ b/openembedded/conf/machine/qemuarm.conf @@ -39,7 +39,7 @@ ppp ppp-dialin openswan wpa-supplicant-nossl alsa-utils-alsactl alsa-utils-alsam #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-irda kernel-module-ircomm \ # kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" -IMAGE_FSTYPES = "ext2 tar.bz2" +IMAGE_FSTYPES = "tar.bz2" ROOT_FLASH_SIZE = "100" # actually that should really read ROOTFS_SIZE = "100", because with modern kernels, |