summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-22 14:39:53 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-22 14:39:53 +0000
commitc11bd50d77f8a9786f13984da20c0b0bddd58eac (patch)
treed66f67387be456d96a7fc4e757be0e2d948ae8de /target/linux/x86/image
parent9fa3c68938c0340bc67dbe3199586190aa540a16 (diff)
downloadmaster-31e0f0ae-c11bd50d77f8a9786f13984da20c0b0bddd58eac.tar.gz
master-31e0f0ae-c11bd50d77f8a9786f13984da20c0b0bddd58eac.tar.bz2
master-31e0f0ae-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/image')
-rw-r--r--target/linux/x86/image/Config.in2
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