From 7ab22503abb790948f6367dea5c4742ff7df6c88 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 11 Aug 2024 22:04:08 +0100 Subject: vendor.sh: use readkconfig on inject too same as the last change. we must avoid use of make variables, in sh specifically, when handling these configuration files. Signed-off-by: Leah Rowe --- include/vendor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/vendor.sh b/include/vendor.sh index 5d2b91b3..03c7ad7d 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -299,7 +299,8 @@ patch_release_roms() patch_rom() { - rom="$1"; . "$(check_defconfig "$boarddir")" 2>/dev/null || exit 0 + rom="$1" + readkconfig || exit 0 [ "$CONFIG_HAVE_MRC" = "y" ] && inject "mrc.bin" "$CONFIG_MRC_FILE" \ "mrc" "0xfffa0000" -- cgit v1.2.1