diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 14:39:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-22 14:39:53 +0000 |
commit | c11bd50d77f8a9786f13984da20c0b0bddd58eac (patch) | |
tree | d66f67387be456d96a7fc4e757be0e2d948ae8de /target/linux/x86 | |
parent | 9fa3c68938c0340bc67dbe3199586190aa540a16 (diff) | |
download | upstream-c11bd50d77f8a9786f13984da20c0b0bddd58eac.tar.gz upstream-c11bd50d77f8a9786f13984da20c0b0bddd58eac.tar.bz2 upstream-c11bd50d77f8a9786f13984da20c0b0bddd58eac.zip |
For now vdi and vmdk images should be x86 only
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38896
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/image/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index 1b88432f38..d9e564b0e8 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -56,12 +56,14 @@ config X86_GRUB_TIMEOUT config X86_VDI_IMAGES bool "Build VirtualBox image files (VDI)" + depends on TARGET_x86 select X86_GRUB_IMAGES select TARGET_ROOTFS_EXT4FS select PACKAGE_kmod-pcnet32 config X86_VMDK_IMAGES bool "Build VMware image files (VMDK)" + depends on TARGET_x86 select X86_GRUB_IMAGES select TARGET_ROOTFS_EXT4FS select PACKAGE_kmod-e1000 |