X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=config%2FConfig-images.in;h=607659114e672e254b6a16a4cac5461f2ebcbe86;hb=edf5ae20260763c61d2827b78cd6168493fbfd53;hp=3c76c6236e02f017bc04b3066d18eba6a4a7b530;hpb=426e4d93bb2a36022f505d7dddeb7571dcd0b524;p=openwrt%2Fopenwrt.git diff --git a/config/Config-images.in b/config/Config-images.in index 3c76c6236e..607659114e 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -17,6 +17,7 @@ menu "Target Images" default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx + default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx default TARGET_INITRAMFS_COMPRESSION_NONE depends on TARGET_ROOTFS_INITRAMFS help @@ -201,9 +202,13 @@ menu "Target Images" int "Serial port baud rate" depends on GRUB_IMAGES default 38400 if TARGET_x86_generic - default 38400 if TARGET_x86_geode default 115200 + config GRUB_FLOWCONTROL + bool "Use RTE/CTS on serial console" + depends on GRUB_SERIAL != "" + default n + config GRUB_BOOTOPTS string "Extra kernel boot options" depends on GRUB_IMAGES @@ -238,7 +243,7 @@ menu "Target Images" config TARGET_IMAGES_GZIP bool "GZip images" - depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS + depends on TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS || TARGET_x86 default y comment "Image Options" @@ -253,8 +258,7 @@ menu "Target Images" config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml - default 2048 if TARGET_x86 - default 256 if ! TARGET_x86 + default 256 help Select the root filesystem partition size.