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 | f6477899ab545806f491f8d7b2272d5596a0617b (patch) | |
tree | 9d94f0cc4a149e35df41716d505e3f9be0fcceed /target/linux/x86/image/Config.in | |
parent | d8987676ecf4073b10824ff48a94d47bc5504d98 (diff) | |
download | upstream-f6477899ab545806f491f8d7b2272d5596a0617b.tar.gz upstream-f6477899ab545806f491f8d7b2272d5596a0617b.tar.bz2 upstream-f6477899ab545806f491f8d7b2272d5596a0617b.zip |
Add virtualbox images to x86 (#3475)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11298 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 + + |