From 12a6e3cd0546764f972df636ac86ae4bdf4f6978 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Wed, 9 Nov 2016 12:17:22 +0100
Subject: [PATCH] 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 <nbd@nbd.name>
---
 config/Config-images.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)"
-- 
GitLab