Re: [LEDE-DEV] [PATCH 1/2] firmware-utils: add otrx tool for handling TRX images

2017-11-15 Thread Hauke Mehrtens
On 11/14/2017 11:16 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > It can be a replacement for the trx tool. The advantage is that otrx > doesn't alloc buffer for the whole TRX which can be a nice optimization > when creating big images. > > Signed-off-by: Rafał Miłecki Please fix the mino

Re: [LEDE-DEV] [PATCH 3/3] otrx: add support for -A (append) and -a (align) options

2017-11-15 Thread Hauke Mehrtens
On 11/13/2017 11:07 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > They are inspired and compatible with the original and mjn3's trx tool. > > Signed-off-by: Rafał Miłecki > --- > package/utils/otrx/src/otrx.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-