diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-22 13:09:15 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-22 13:09:15 +0000 |
commit | b0d9bccafc87b6b60abb02d3dd6b491314d37038 (patch) | |
tree | 4331fd3091dc8dcd1c56d94d2c31d391bccd0c44 /target | |
parent | 1651774ed5447c7f310c23cdf2970df9b19cbd1a (diff) | |
download | upstream-b0d9bccafc87b6b60abb02d3dd6b491314d37038.tar.gz upstream-b0d9bccafc87b6b60abb02d3dd6b491314d37038.tar.bz2 upstream-b0d9bccafc87b6b60abb02d3dd6b491314d37038.zip |
x86: allow VDI & VMDK images for all subtargets (closes: #10255)
SVN-Revision: 28518
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/image/Config.in | 4 |
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 |