mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f70bce7ed9
commit
59bf9e97fa
@ -50,14 +50,14 @@ config X86_GRUB_BOOTOPTS
|
||||
config X86_VDI_IMAGES
|
||||
bool "Build VirtualBox image files (VDI)"
|
||||
depends X86_GRUB_IMAGES
|
||||
depends TARGET_x86_generic
|
||||
depends TARGET_x86
|
||||
depends TARGET_ROOTFS_EXT4FS
|
||||
select PACKAGE_kmod-pcnet32
|
||||
|
||||
config X86_VMDK_IMAGES
|
||||
bool "Build VMware image files (VMDK)"
|
||||
depends X86_GRUB_IMAGES
|
||||
depends TARGET_x86_generic
|
||||
depends TARGET_x86
|
||||
depends TARGET_ROOTFS_EXT4FS
|
||||
select PACKAGE_kmod-e1000
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user