PeterPawn / modfs

modify firmware for NAND-flash based FRITZ!Box routers and install it on such a device
GNU General Public License v2.0
63 stars 15 forks source link

wrong free space values requested for "update" mode #2

Closed PeterPawn closed 8 years ago

PeterPawn commented 8 years ago

the requested 32 MB of free space to unpack an image for "update" mode aren't enough, because in "extract_rootfs_from_wrapper" the room for one kernel image (up to 4 MB) and two times the space for the filesystem image could be used for a short time (during the cut-off for the dummy header using "dd" command)

PeterPawn commented 8 years ago

solved with cb27c9093aba40db5bd32430ab8ec3e62cb1f5d7