From 32da4e319bac527b1ef70f392b5c93d9d4d5ceb4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 29 Sep 2023 17:23:47 +0100 Subject: 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 --- script/update/blobs/download | 2 -- script/update/blobs/inject | 1 - 2 files changed, 3 deletions(-) (limited to 'script/update') 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 . "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 . "include/err.sh" -. "include/defconfig.sh" . "include/blobutil.sh" . "include/option.sh" -- cgit v1.2.1