add optional padding for x86 grub images (useful for running jffs2 images in qemu)
[openwrt.git] / target / linux / x86-2.6 / image / Config.in
index 511a8d9..fc2594f 100644 (file)
@@ -4,6 +4,10 @@ config X86_GRUB_IMAGES
     depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2
     default y
 
+config X86_GRUB_IMAGES_PAD
+       bool "Pad GRUB images to filesystem size (for JFFS2)"
+       depends X86_GRUB_IMAGES
+
 config X86_GRUB_BAUDRATE
     int "Serial port baud rate"
     depends X86_GRUB_IMAGES
This page took 0.028981 seconds and 4 git commands to generate.