X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fx86%2Fimage%2FConfig.in;h=6066ba44eff166b535a8cd87f1df0b137fa77134;hb=4999d90052d4a00d74d17119f70f470588c5142d;hp=a8a608fd70c278fea39f2ad85551be0fbe7a4732;hpb=17c7b6c3fdc48301e50d22cc6138ede16bd1be24;p=openwrt-10.03%2F.git diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index a8a608fd7..6066ba44e 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -1,7 +1,8 @@ config X86_GRUB_IMAGES bool "Build GRUB images (Linux x86 or x86_64 host only)" - depends LINUX_2_6_X86 - depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS + depends TARGET_x86 + depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS || TARGET_ROOTFS_ISO + select PACKAGE_grub default y config X86_GRUB_IMAGES_PAD @@ -32,3 +33,18 @@ config X86_GRUB_BOOTOPTS default "" help If you don't know, just leave it blank. + + +config X86_VDI_IMAGES + bool "Build VirtualBox image files (VDI). Requires vditool" + depends TARGET_x86 + depends TARGET_ROOTFS_EXT2FS + depends X86_GRUB_IMAGES + select PACKAGE_kmod-pcnet32 + +config X86_VMDK_IMAGES + bool "Build VMware image files (VMDK). Requires qemu-img" + depends TARGET_x86 + depends TARGET_ROOTFS_EXT2FS + depends X86_GRUB_IMAGES + select PACKAGE_kmod-e1000