From: Felix Fietkau Date: Wed, 9 Nov 2016 11:17:22 +0000 (+0100) Subject: x86: bump default kernel partition size to 16M X-Git-Tag: v17.01.0-rc1~898 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenwrt.git;a=commitdiff_plain;h=12a6e3cd0546764f972df636ac86ae4bdf4f6978 x86: bump default kernel partition size to 16M This leaves more room for sysupgrade config data or for having multiple kernel images to choose from Signed-off-by: Felix Fietkau --- diff --git a/config/Config-images.in b/config/Config-images.in index 1866bb1325..5b2ddd1bd4 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -248,7 +248,7 @@ 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)"