diff options
author | Steven Barth <cyrus@openwrt.org> | 2009-01-02 14:35:18 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2009-01-02 14:35:18 +0000 |
commit | 5c95516f24aa49727daef42c42a6101626721a7b (patch) | |
tree | 0b5f08e93fb5f0799bf2d0bbc91a9110c75f80ce /target/linux/x86/image/Config.in | |
parent | 9f8c82da095869b7aadd6c95997ec9841eecee12 (diff) | |
download | upstream-5c95516f24aa49727daef42c42a6101626721a7b.tar.gz upstream-5c95516f24aa49727daef42c42a6101626721a7b.tar.bz2 upstream-5c95516f24aa49727daef42c42a6101626721a7b.zip |
Use VBoxManage instead of obsolete vditool to generate VirtualBox images.
SVN-Revision: 13821
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index 6066ba44ef..ef7d0cd855 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -36,7 +36,7 @@ config X86_GRUB_BOOTOPTS config X86_VDI_IMAGES - bool "Build VirtualBox image files (VDI). Requires vditool" + bool "Build VirtualBox image files (VDI). Requires VBoxManage" depends TARGET_x86 depends TARGET_ROOTFS_EXT2FS depends X86_GRUB_IMAGES |