Skip to content

Commit

Permalink
VMWare and VirtualBox images should select what they need, not depend…
Browse files Browse the repository at this point in the history
… on it..

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 38892
  • Loading branch information
kaloz committed Nov 22, 2013
1 parent 4c65eeb commit 4242b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions target/linux/x86/image/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 4242b42

Please sign in to comment.