diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-06-17 18:13:04 +0300 |
---|---|---|
committer | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-06-17 18:15:55 +0300 |
commit | 0f4f32cfc2bd89831eb9fd7623b850d88881e596 (patch) | |
tree | 5a7faeaea3eea394f374da6b415b05c907d3e175 /.gitignore | |
parent | 25474414cfdfd16bf590a6578336a9e463870e4f (diff) |
Cache downloads based on checksum
Since many boards use the same ME firmware, we could save
everyone's bandwidth and time by caching the update files.
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ /version /versiondate /blobs/app/ -/blobs/vendorupdate +/blobs/cache/ *me.bin /mrc/ /util/nvmutil/nvm |