[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-a3cf2f4a3e73master
parent
e88f8197cb
commit
f23c2eafda
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue