projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1651774
)
x86: allow VDI & VMDK images for all subtargets (closes: #10255)
author
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2011 13:09:15 +0000
(13:09 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 22 Oct 2011 13:09:15 +0000
(13:09 +0000)
SVN-Revision: 28518
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 3ceae05f36beab7b7d2bc9a9f7909046cae14c76..a9412cdd67a12e9766a258f9b2f3b939b859d1b3 100644
(file)
--- 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