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>
This commit is contained in:
parent
6649a172f2
commit
12a6e3cd05
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue