X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fimage%2FConfig.in;h=87213aea07a84eb148874f02eabda257cbe7c140;hb=8f9cbdeccdcab5747ad69b17ba7f720238c0f9d0;hp=ea3a13460a5924e7eeeffd97a758e8a1eb62338b;hpb=8176b71781fbe40680d5815a6d9a55237a157526;p=openwrt.git diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index ea3a13460a..87213aea07 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -23,7 +23,7 @@ config X86_GRUB_IMAGES config X86_GRUB_CONSOLE bool "Use Console Terminal (in addition to Serial)" depends X86_GRUB_IMAGES - default n if (TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 || TARGET_x86_geos) + default n if (TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501 || TARGET_x86_geos || TARGET_x86_alix2) default y config X86_GRUB_SERIAL @@ -73,15 +73,16 @@ config OLPC_BOOTSCRIPT_IMAGES bool "Build images with bootscript" depends TARGET_x86_olpc depends TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS + default TARGET_x86_olpc config TARGET_IMAGES_PAD bool "Pad images to filesystem size (for JFFS2)" depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES - default y config TARGET_IMAGES_GZIP bool "GZip images" + depends TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS default y config TARGET_KERNEL_PARTSIZE