diff options
author | Andy Boyett <agb@openwrt.org> | 2010-08-09 04:22:39 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2010-08-09 04:22:39 +0000 |
commit | 1ab07cd99b9609d734bd2b7f3216a45475239b81 (patch) | |
tree | c4d836ff8e94bb8a55b9c01d01cc18180e76c32b /target/linux/x86/image/Config.in | |
parent | df7283d7f091f991dfcf9372c81606590988cd8b (diff) | |
download | upstream-1ab07cd99b9609d734bd2b7f3216a45475239b81.tar.gz upstream-1ab07cd99b9609d734bd2b7f3216a45475239b81.tar.bz2 upstream-1ab07cd99b9609d734bd2b7f3216a45475239b81.zip |
[x86] image: use internal qemu-img for vmdk and vdi images
drop host dependencies on qemu-utils and VirtualBox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index b89980c638..308f85cca4 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 |