diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 15:13:45 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 15:13:45 +0100 |
commit | 19810f230c90495c4f830f1e6b636bffc4b4c065 (patch) | |
tree | 3ada36590b431f29cfaef0dcda0e2b3f4f8af859 /resources | |
parent | 46db54632ff334461322ecd09780610a6b3ebf6c (diff) | |
download | librebootfr-19810f230c90495c4f830f1e6b636bffc4b4c065.tar.gz librebootfr-19810f230c90495c4f830f1e6b636bffc4b4c065.zip |
libreboot_util: don't include cmos layout files (not needed)
They aren't needed anymore.
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 4fefc59e..0803aeb2 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -364,12 +364,6 @@ cd ../../ # ------------- # Miscellaneous # ------------- -# include X60 cmos.layout file -mkdir libreboot_util/cmoslayouts/ -cp coreboot/src/mainboard/apple/macbook21/cmos.layout libreboot_util/cmoslayouts/macbook21cmos.layout -cp coreboot/src/mainboard/lenovo/x60/cmos.layout libreboot_util/cmoslayouts/x60cmos.layout -cp coreboot/src/mainboard/lenovo/t60/cmos.layout libreboot_util/cmoslayouts/t60cmos.layout -cp coreboot/src/mainboard/lenovo/x200/cmos.layout libreboot_util/cmoslayouts/x200cmos.layout # Flashing script cp flash libreboot_util/ |