From: kaloz Date: Fri, 22 Nov 2013 09:54:36 +0000 (+0000) Subject: [x86]: VMWare and VirtualBox images should select what they need, not depend on it.. X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=b55a58764ba3df56ad4b496a42b3b00682bd8546 [x86]: VMWare and VirtualBox images should select what they need, not depend on it.. Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38892 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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