mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 22:57:48 +01:00
fit size should be rounded up instead of rounding down first and adding
a block. Otherwise the calculated size is one block more than needed
when fit size is exactly multiples of one block size.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mtdsplit.c | ||
| mtdsplit.h | ||
| mtdsplit_bcm63xx.c | ||
| mtdsplit_bcm_wfi.c | ||
| mtdsplit_brnimage.c | ||
| mtdsplit_cfe_bootfs.c | ||
| mtdsplit_elf.c | ||
| mtdsplit_eva.c | ||
| mtdsplit_fit.c | ||
| mtdsplit_h3c_vfs.c | ||
| mtdsplit_jimage.c | ||
| mtdsplit_lzma.c | ||
| mtdsplit_minor.c | ||
| mtdsplit_seama.c | ||
| mtdsplit_seil.c | ||
| mtdsplit_squashfs.c | ||
| mtdsplit_tplink.c | ||
| mtdsplit_trx.c | ||
| mtdsplit_uimage.c | ||
| mtdsplit_wrgg.c | ||