aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-20 08:18:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-20 08:18:50 +0000
commit72c3ea603f426208fdb29ed3f31a66b8621f036f (patch)
tree5816d85a5ae9efbc79c68abce8ecf9185beae72e /config
parent876ef9b7fd57c6a855d6b480ed7117c7cbdd195b (diff)
downloadmaster-187ad058-72c3ea603f426208fdb29ed3f31a66b8621f036f.tar.gz
master-187ad058-72c3ea603f426208fdb29ed3f31a66b8621f036f.tar.bz2
master-187ad058-72c3ea603f426208fdb29ed3f31a66b8621f036f.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41763 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in5
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