diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:50:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:50:37 +0000 |
commit | 8c0c28eef26527436c0a0d3ae2aec032f6a98271 (patch) | |
tree | c3bd77d5c67c612019d12c426431eaceeee67087 /target/linux/x86/image/Config.in | |
parent | 9285574b20298c1499aedee162f5659e1e356862 (diff) | |
download | upstream-8c0c28eef26527436c0a0d3ae2aec032f6a98271.tar.gz upstream-8c0c28eef26527436c0a0d3ae2aec032f6a98271.tar.bz2 upstream-8c0c28eef26527436c0a0d3ae2aec032f6a98271.zip |
Add virtualbox images to x86 (#3475)
SVN-Revision: 11298
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index 17deccfa72..af4f9a3dba 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -33,3 +33,13 @@ config X86_GRUB_BOOTOPTS default "" help If you don't know, just leave it blank. + + +config X86_VDI_IMAGES + bool "Build VirtuBox image files (VDI). Requires vditool" + depends TARGET_x86 + depends TARGET_ROOTFS_EXT2FS + depends X86_GRUB_IMAGES + select PACKAGE_kmod-pcnet32 + + |