diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-30 21:42:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-30 21:42:46 (EST) |
commit | a8ab9cfa0f4b5c4045aad147aa21eb932e3b1bbc (patch) | |
tree | 1a2bcffeab60816bb7565ea9aca94fcca6d7c673 /build-release | |
parent | bd4f8f19f43f86f46ad90f89cbe6d2610c587d26 (diff) | |
download | libreboot-a8ab9cfa0f4b5c4045aad147aa21eb932e3b1bbc.zip libreboot-a8ab9cfa0f4b5c4045aad147aa21eb932e3b1bbc.tar.gz libreboot-a8ab9cfa0f4b5c4045aad147aa21eb932e3b1bbc.tar.bz2 |
build-release: include ich9macchange script in libreboot_bin
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index edc2243..5fc7add 100755 --- a/build-release +++ b/build-release @@ -339,6 +339,9 @@ cp lenovobios_secondflash libreboot_bin/ # For initial flashing on macbook21/11 cp macbook21_firstflash libreboot_bin/ +# ich9macchange script (change MAC address on X200 ROMs, using ich9gen) +cp ich9macchange libreboot_bin/ + # ### Create the release tarballs # ---------------------------------------------------------------------------------------------------------------------------- |