diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:59:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:59:36 +0000 |
commit | 08fa2c3febd98aa73d8c39ed4d2f06bc42e8b770 (patch) | |
tree | c56f070ab7a3ee586900dee73db8020b0b4c2cb2 /target/linux/x86 | |
parent | 8c0c28eef26527436c0a0d3ae2aec032f6a98271 (diff) | |
download | mtk-20170518-08fa2c3febd98aa73d8c39ed4d2f06bc42e8b770.zip mtk-20170518-08fa2c3febd98aa73d8c39ed4d2f06bc42e8b770.tar.gz mtk-20170518-08fa2c3febd98aa73d8c39ed4d2f06bc42e8b770.tar.bz2 |
fix typo
SVN-Revision: 11300
Diffstat (limited to 'target/linux/x86')
-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 af4f9a3..04ceef0 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 VirtuBox image files (VDI). Requires vditool" + bool "Build VirtualBox image files (VDI). Requires vditool" depends TARGET_x86 depends TARGET_ROOTFS_EXT2FS depends X86_GRUB_IMAGES |