mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
x86: increase bios boot partition to 1 MiB (#11741)
This commit is contained in:
parent
0609f6dbc4
commit
606b5ae2ee
@ -53,7 +53,7 @@ define Build/combined
|
|||||||
$@ \
|
$@ \
|
||||||
$(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \
|
$(CONFIG_TARGET_KERNEL_PARTSIZE) $@.boot \
|
||||||
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \
|
$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(IMAGE_ROOTFS) \
|
||||||
256
|
1024
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/grub-config
|
define Build/grub-config
|
||||||
|
Loading…
Reference in New Issue
Block a user