aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-22 09:54:36 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-22 09:54:36 +0000
commitf23c2eafda6affcfab9047866d23c5e6c9df9e13 (patch)
tree0d75dd57fefa8c845a98f97c55dc96af658d18a7
parente88f8197cba89c8e18a13c8c033a9181f88109bf (diff)
downloadmaster-187ad058-f23c2eafda6affcfab9047866d23c5e6c9df9e13.tar.gz
master-187ad058-f23c2eafda6affcfab9047866d23c5e6c9df9e13.tar.bz2
master-187ad058-f23c2eafda6affcfab9047866d23c5e6c9df9e13.zip
[x86]: VMWare and VirtualBox images should select what they need, not depend on it..
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38892 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/x86/image/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in
index 869d6a0fa7..1b88432f38 100644
--- a/target/linux/x86/image/Config.in
+++ b/target/linux/x86/image/Config.in
@@ -56,14 +56,14 @@ config X86_GRUB_TIMEOUT
config X86_VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
- depends on X86_GRUB_IMAGES
- depends on TARGET_ROOTFS_EXT4FS
+ select X86_GRUB_IMAGES
+ select TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-pcnet32
config X86_VMDK_IMAGES
bool "Build VMware image files (VMDK)"
- depends on X86_GRUB_IMAGES
- depends on TARGET_ROOTFS_EXT4FS
+ select X86_GRUB_IMAGES
+ select TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-e1000