diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/eee901.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf index 54f630d56c..5fb4f05a90 100644 --- a/meta/conf/machine/eee901.conf +++ b/meta/conf/machine/eee901.conf @@ -32,7 +32,7 @@ GUI_MACHINE_CLASS = "bigscreen" IMAGE_ROOTFS_SIZE_ext3 = "250000" -IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" +IMAGE_FSTYPES ?= "ext3 jffs2 cpio.gz" APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1" |