mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
4269914187
Reading and writing to and from flash storage is slowed down
enormously by some functions which use a block size of 1.
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
|
||
---|---|---|
.. | ||
base-files | ||
dts | ||
files-4.14/drivers | ||
image | ||
mt76x8 | ||
mt7620 | ||
mt7621 | ||
patches-4.14 | ||
rt288x | ||
rt305x | ||
rt3883 | ||
Makefile | ||
modules.mk |