1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 19:23:53 +02:00

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:
Felix Fietkau 2016-11-09 12:17:22 +01:00
parent 6649a172f2
commit 12a6e3cd05

View File

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