summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-22 13:09:15 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-22 13:09:15 +0000
commitb0d9bccafc87b6b60abb02d3dd6b491314d37038 (patch)
tree4331fd3091dc8dcd1c56d94d2c31d391bccd0c44 /target/linux/x86/image
parent1651774ed5447c7f310c23cdf2970df9b19cbd1a (diff)
downloadmaster-31e0f0ae-b0d9bccafc87b6b60abb02d3dd6b491314d37038.tar.gz
master-31e0f0ae-b0d9bccafc87b6b60abb02d3dd6b491314d37038.tar.bz2
master-31e0f0ae-b0d9bccafc87b6b60abb02d3dd6b491314d37038.zip
x86: allow VDI & VMDK images for all subtargets (closes: #10255)
SVN-Revision: 28518
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r--target/linux/x86/image/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in
index 3ceae05f36..a9412cdd67 100644
--- a/target/linux/x86/image/Config.in
+++ b/target/linux/x86/image/Config.in
@@ -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