mirror of https://github.com/hak5/openwrt-owl.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 <nbd@nbd.name>owl
parent
6649a172f2
commit
12a6e3cd05
|
@ -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 New Issue