From 0f4f32cfc2bd89831eb9fd7623b850d88881e596 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Sat, 17 Jun 2023 18:13:04 +0300 Subject: 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 436984a9..5b12d32c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,7 @@ /version /versiondate /blobs/app/ -/blobs/vendorupdate +/blobs/cache/ *me.bin /mrc/ /util/nvmutil/nvm -- cgit v1.2.1