x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, select...
[openwrt/svn-archive/archive.git] / config / Config-images.in
index fdef3db27e2878b712ba100e219b4dc60d480efc..2231b600a99e92e9e731f2d4949160358ff790dd 100644 (file)
@@ -158,7 +158,7 @@ menu "Target Images"
 
                choice
                        prompt "compression"
-                       default TARGET_UBIFS_COMPRESSION_NONE
+                       default TARGET_UBIFS_COMPRESSION_ZLIB
                        depends on TARGET_ROOTFS_UBIFS
                        help
                          Select compression type
@@ -229,14 +229,13 @@ menu "Target Images"
                bool "Build VirtualBox image files (VDI)"
                depends on TARGET_x86 || TARGET_x86_64
                select GRUB_IMAGES
-               select TARGET_ROOTFS_EXT4FS
+               select TARGET_IMAGES_PAD
                select PACKAGE_kmod-e1000
 
        config VMDK_IMAGES
                bool "Build VMware image files (VMDK)"
                depends on TARGET_x86 || TARGET_x86_64
-               select GRUB_IMAGES
-               select TARGET_ROOTFS_EXT4FS
+               select TARGET_IMAGES_PAD
                select PACKAGE_kmod-e1000
 
        config TARGET_IMAGES_PAD