diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-03 09:21:40 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-03 09:21:40 (EDT) |
commit | 84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4 (patch) | |
tree | 2f32593a432e42a265b216499671bf847b31c0ec /resources/scripts/helpers | |
parent | 5c732c383a0219a149db76d6fb714b951d0e332c (diff) | |
download | libreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.zip libreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.tar.gz libreboot-84d22fb9d4cf3738020bbf9f69ee00cbf23e0fd4.tar.bz2 |
Delete the ich9macchange script. It's useless, and confuses people
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index af7899f..43b431c 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -366,9 +366,6 @@ cp coreboot/src/mainboard/lenovo/x200/cmos.layout libreboot_util/cmoslayouts/x20 # Flashing script cp flash libreboot_util/ -# ich9macchange script, for changing the MAC address on GM45 targets -cp resources/scripts/misc/ich9macchange libreboot_util/ - # for changing the GRUB background cp resources/scripts/misc/grub-background libreboot_util/ |