VMWare and VirtualBox images should select what they need, not depend on it..
authorImre Kaloz <kaloz@openwrt.org>
Fri, 22 Nov 2013 09:54:36 +0000 (09:54 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 22 Nov 2013 09:54:36 +0000 (09:54 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38892

target/linux/x86/image/Config.in

index 869d6a0fa71f6e06b30e7ff2dcb27751bae72e68..1b88432f387df5c6aaad56be2f512b61628e85cc 100644 (file)
@@ -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