diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-20 08:18:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-20 08:18:50 +0000 |
commit | c718d0b10cea2d539b3f7db0beccf298caf0659e (patch) | |
tree | 54b032a4b1d2dce3248fb3125577a3cc3332316b /config | |
parent | 286780b44a6280d156f9b95b1582856aa6e77f4e (diff) | |
download | upstream-c718d0b10cea2d539b3f7db0beccf298caf0659e.tar.gz upstream-c718d0b10cea2d539b3f7db0beccf298caf0659e.tar.bz2 upstream-c718d0b10cea2d539b3f7db0beccf298caf0659e.zip |
x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, select TARGET_IMAGES_PAD instead
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41763
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 9aeebc11f8..2231b600a9 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -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 |