X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-images.in;h=39e51e4c6eeb5be7057dee70edb57410fb38b849;hb=a38327ac0f1ba85a1c35c39f1c91de0287ec8b2e;hp=f4bb2ce2cbbb3f4d059e954a031227e2e2b681cc;hpb=b1a6441f0d39b81f347cccc9cc91e515a3763bd0;p=openwrt.git diff --git a/config/Config-images.in b/config/Config-images.in index f4bb2ce2cb..39e51e4c6e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -146,6 +146,7 @@ menu "Target Images" config TARGET_SQUASHFS_BLOCK_SIZE int "Block size (in KiB)" depends on TARGET_ROOTFS_SQUASHFS + default 64 if LOW_MEMORY_FOOTPRINT default 256 menuconfig TARGET_ROOTFS_UBIFS @@ -157,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 @@ -228,14 +229,14 @@ 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