[x86]: VMWare and VirtualBox images should select what they need, not depend on it..
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Nov 2013 09:54:36 +0000 (09:54 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 22 Nov 2013 09:54:36 +0000 (09:54 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38892 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/x86/image/Config.in

index 869d6a0..1b88432 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