fix sysupgrade endian issues
[openwrt-10.03/.git] / target / linux / x86 / image / Config.in
index 17deccfa7243d3910bcdb78be6aed7685116b157..04ceef0ab8e7afd3ab4c76d48c4a9b1757a4da7d 100644 (file)
@@ -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 VirtualBox image files (VDI). Requires vditool"
+    depends TARGET_x86
+    depends TARGET_ROOTFS_EXT2FS
+    depends X86_GRUB_IMAGES
+    select PACKAGE_kmod-pcnet32
+
+