summaryrefslogtreecommitdiff
path: root/target/linux/x86/image/Config.in
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2010-08-09 04:22:39 +0000
committerAndy Boyett <agb@openwrt.org>2010-08-09 04:22:39 +0000
commit0f5d0f69ab14d9817c16147cef0a1a537a1cc8c4 (patch)
tree4ad748c4f0fc2b472e44fc2c07730a002579b47d /target/linux/x86/image/Config.in
parentff4351866973d1395543ef36b23a81a37782f56d (diff)
downloadmtk-20170518-0f5d0f69ab14d9817c16147cef0a1a537a1cc8c4.zip
mtk-20170518-0f5d0f69ab14d9817c16147cef0a1a537a1cc8c4.tar.gz
mtk-20170518-0f5d0f69ab14d9817c16147cef0a1a537a1cc8c4.tar.bz2
image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox
SVN-Revision: 22553
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r--target/linux/x86/image/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in
index b89980c..308f85c 100644
--- a/target/linux/x86/image/Config.in
+++ b/target/linux/x86/image/Config.in
@@ -36,8 +36,6 @@ config X86_VDI_IMAGES
depends TARGET_x86_generic
depends TARGET_ROOTFS_EXT2FS
select PACKAGE_kmod-pcnet32
- help
- Requires VBoxManage installed on the build system.
config X86_VMDK_IMAGES
bool "Build VMware image files (VMDK)"
@@ -45,8 +43,6 @@ config X86_VMDK_IMAGES
depends TARGET_x86_generic
depends TARGET_ROOTFS_EXT2FS
select PACKAGE_kmod-e1000
- help
- Requires qemu-img installed on the build system.
config OLPC_BOOTSCRIPT_IMAGES