diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 13:44:44 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-16 15:55:27 (EDT) |
commit | 99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4 (patch) | |
tree | d9e2135cb69ebb6eaa5f7c548c15970461d57337 /resources/scripts/helpers/download/coreboot | |
parent | de98e951e7dfd43a419f8d5cc557851d69acb117 (diff) | |
download | libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.zip libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.gz libreboot-99d226cca1bd66d7b3c74cb42f8d36a779fa3ff4.tar.bz2 |
coreboot-libre: delete unused code (reduce size of src archive)
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index cbf71d5..e4363ee 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -144,6 +144,9 @@ cd ../ printf "Deblobbing coreboot\n" ./resources/utilities/coreboot-libre/deblob +# Delete the unused parts of coreboot-libre +./build trim coreboot + printf "\n\n" # ------------------- DONE ---------------------- |