Re: [OpenWrt-Devel] [PATCH 1/3] ath79: Speed up caldata/eeprom handling

2019-02-25 Thread Rosen Penev
On Fri, Feb 22, 2019 at 10:39 AM Adrian Schmutzler wrote: > > Reading and writing to and from flash storage is slow and currently, > especially since some scripts use a block size of 1 to be able skip. > > This patch reworks the extraction scripts to be much faster and > efficient by reading and w

[OpenWrt-Devel] [PATCH 1/3] ath79: Speed up caldata/eeprom handling

2019-02-22 Thread Adrian Schmutzler
Reading and writing to and from flash storage is slow and currently, especially since some scripts use a block size of 1 to be able skip. This patch reworks the extraction scripts to be much faster and efficient by reading and writing in possibly one big block. This is based on the initial commit