diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-29 17:23:47 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-29 17:23:47 +0100 |
commit | 32da4e319bac527b1ef70f392b5c93d9d4d5ceb4 (patch) | |
tree | a2bd664242e0491a94209e630c407354dedfd2e8 /script/update/blobs | |
parent | 710171f92b06cfcd7de4d29e29ffa0fe8aee1266 (diff) |
merge include/fetch.sh, blobutil.sh, defconfig.sh
They are only ever used by script/update/blobs/*, so
put them all in blobutil.sh. This cuts down on the
number of scripts in lbmk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update/blobs')
-rwxr-xr-x | script/update/blobs/download | 2 | ||||
-rwxr-xr-x | script/update/blobs/inject | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/script/update/blobs/download b/script/update/blobs/download index ca8302d2..09251419 100755 --- a/script/update/blobs/download +++ b/script/update/blobs/download @@ -5,9 +5,7 @@ # SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> . "include/err.sh" -. "include/defconfig.sh" . "include/blobutil.sh" -. "include/fetch.sh" . "include/mrc.sh" export PATH="${PATH}:/sbin" diff --git a/script/update/blobs/inject b/script/update/blobs/inject index d4a8d1aa..a36815a4 100755 --- a/script/update/blobs/inject +++ b/script/update/blobs/inject @@ -5,7 +5,6 @@ # SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> . "include/err.sh" -. "include/defconfig.sh" . "include/blobutil.sh" . "include/option.sh" |