mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 12:00:49 +00:00
x86: allow VDI & VMDK images for all subtargets (closes: #10255)
SVN-Revision: 28518
This commit is contained in:
parent
1651774ed5
commit
b0d9bccafc
@ -50,14 +50,14 @@ config X86_GRUB_BOOTOPTS
|
|||||||
config X86_VDI_IMAGES
|
config X86_VDI_IMAGES
|
||||||
bool "Build VirtualBox image files (VDI)"
|
bool "Build VirtualBox image files (VDI)"
|
||||||
depends X86_GRUB_IMAGES
|
depends X86_GRUB_IMAGES
|
||||||
depends TARGET_x86_generic
|
depends TARGET_x86
|
||||||
depends TARGET_ROOTFS_EXT4FS
|
depends TARGET_ROOTFS_EXT4FS
|
||||||
select PACKAGE_kmod-pcnet32
|
select PACKAGE_kmod-pcnet32
|
||||||
|
|
||||||
config X86_VMDK_IMAGES
|
config X86_VMDK_IMAGES
|
||||||
bool "Build VMware image files (VMDK)"
|
bool "Build VMware image files (VMDK)"
|
||||||
depends X86_GRUB_IMAGES
|
depends X86_GRUB_IMAGES
|
||||||
depends TARGET_x86_generic
|
depends TARGET_x86
|
||||||
depends TARGET_ROOTFS_EXT4FS
|
depends TARGET_ROOTFS_EXT4FS
|
||||||
select PACKAGE_kmod-e1000
|
select PACKAGE_kmod-e1000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user