projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa3c68
)
For now vdi and vmdk images should be x86 only
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 22 Nov 2013 14:39:53 +0000
(14:39 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 22 Nov 2013 14:39:53 +0000
(14:39 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38896
target/linux/x86/image/Config.in
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Config.in
b/target/linux/x86/image/Config.in
index 1b88432f387df5c6aaad56be2f512b61628e85cc..d9e564b0e8b303813554a024313346e6f9622d22 100644
(file)
--- 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