copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)
[openwrt-10.03/.git] / target / linux / x86-2.6 / image / Config.in
index 511a8d9d09407c18860f55edf24cd7b3c52a98e3..a8a608fd70c278fea39f2ad85551be0fbe7a4732 100644 (file)
@@ -1,9 +1,13 @@
 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
+    depends TARGET_ROOTFS_EXT2FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
     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