diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 12:23:12 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 17:06:09 +0100 |
commit | 756ee1f9eb4583b127b2233666643d16ad7fd8d2 (patch) | |
tree | 55c7e7d61b4efe1a73e27eea3acb7c9a8693a8dd /resources/utilities/coreboot-libre/deblob | |
parent | fa2cf05665cac94ea797555e543c34222cb84dc6 (diff) | |
download | librebootfr-756ee1f9eb4583b127b2233666643d16ad7fd8d2.tar.gz librebootfr-756ee1f9eb4583b127b2233666643d16ad7fd8d2.zip |
use only 1 crossgcc revision in libreboot
Diffstat (limited to 'resources/utilities/coreboot-libre/deblob')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 61b3e4bf..cd9b463f 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -70,5 +70,10 @@ for payloads in "coreboot/"*; do done done +# Now also do the same for crossgcc coreboot +for blob in $(cat "resources/utilities/coreboot-libre/blobs/coreboot/crossgcc/blobs.list"); do + rm -f "crossgcc/${blob}" +done + printf "\n\n" |