summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-29 01:26:31 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-29 01:26:31 +0100
commitd85b9de2d91a21793190917f6e846c2ce2f54ae9 (patch)
tree3ce142b1a96d57e11f7a0b5bce8487bb6967d1fd /include/vendor.sh
parent53b69f673c6e5699fc3880d4b7a7558d4b7247fe (diff)
vendor.sh: rename getcfg() to readkconfig()
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index bd224f29..92a8e1b6 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -30,10 +30,10 @@ vendor_download()
export PATH="$PATH:/sbin"
[ $# -gt 0 ] || $err "No argument given"
- board="$1" && readcfg && getcfg && bootstrap && getfiles; return 0
+ board="$1" && readcfg && readkconfig && bootstrap && getfiles; return 0
}
-getcfg()
+readkconfig()
{
check_defconfig "$boarddir" 1>"$TMPDIR/vendorcfg.list" && return 1
while read -r cbcfgfile; do