X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config%2FConfig-images.in;h=95752f737ad013a296afb5e7b28278a16b73b27d;hb=1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb;hp=1a6951dfb781499bbe1c00ab5ae500e04d576973;hpb=d1ae4c4958e6394a0f00be334bc045bce9f0614d;p=oweals%2Fopenwrt.git diff --git a/config/Config-images.in b/config/Config-images.in index 1a6951dfb7..95752f737a 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -201,9 +201,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 @@ -248,11 +252,11 @@ menu "Target Images" config TARGET_KERNEL_PARTSIZE int "Kernel partition size (in MB)" depends on GRUB_IMAGES - default 4 + default 16 config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" - depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu + depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml default 256 help Select the root filesystem partition size.