openwrtv3/package/utils/otrx
Rafał Miłecki 6d283b8029 otrx: optimize memory usage when creating TRX image
There is no need to allocate buffer as big as the whole image in order
to calculate CRC32. It's enough to use small buffer and just read file
content block by block.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-11-14 22:33:19 +01:00
..
src otrx: optimize memory usage when creating TRX image 2017-11-14 22:33:19 +01:00
Makefile utils/otrx: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00