diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-08 03:14:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-08 18:36:50 +0100 |
commit | eb9d06304049ca03e4d00c81b43fb996d8424a1f (patch) | |
tree | 367193972648607d31f502a5be7b2047ae6fc5e0 /resources/scripts/build/release | |
parent | 58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1 (diff) |
add ich9utils back to utils
don't download it. keep it in lbmk.
libreboot moved to codeberg for git hosting,
and i didn't want to keep lugging around an
extra git repo just for one tiny project.
Diffstat (limited to 'resources/scripts/build/release')
-rwxr-xr-x | resources/scripts/build/release/src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/build/release/src b/resources/scripts/build/release/src index 9908f28e..7538c5ba 100755 --- a/resources/scripts/build/release/src +++ b/resources/scripts/build/release/src @@ -53,7 +53,7 @@ mkdir -p "${srcdir}/" printf "%s" "${version}" > "${srcdir}"/version -modlist="coreboot flashrom grub memtest86plus seabios ich9utils me_cleaner u-boot" +modlist="coreboot flashrom grub memtest86plus seabios me_cleaner u-boot" dirlist="resources util" # do not add blobs directory here. it is handled below filelist="blobutil modify download build README.md COPYING Makefile update version versiondate projectname .gitcheck" @@ -104,6 +104,7 @@ done cd "${srcdir}/" ./build clean all make clean -BC util/nvmutil + make clean -BC util/ich9utils rm -Rf coreboot/coreboot/ rm -Rf .git .gitignore */.git* coreboot/*/.git* coreboot/*/3rdparty/*/.git* |