From: Felix Fietkau Date: Wed, 9 Nov 2016 11:17:22 +0000 (+0100) Subject: x86: bump default kernel partition size to 16M X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=12a6e3cd0546764f972df636ac86ae4bdf4f6978;hp=6649a172f28883caa417f2eefa5224a9e206f65a;p=openwrt%2Fstaging%2Fmkresin.git 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)"