From afccecbde01ce657bc7a65c2f69f9b4fbd958739 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 6 Oct 2025 07:44:38 +0100 Subject: rom.sh: don't run add_cbfs_option on dry builds i added this in an earlier version of the patch, but for some reason removed it. this is necessary, or the build system will fail. Signed-off-by: Leah Rowe --- include/rom.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/rom.sh b/include/rom.sh index 19637b6c..b1c3c559 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -236,7 +236,8 @@ mkcorebootbin_real() fi if [ -f "$cbfscfg" ]; then - dx_ add_cbfs_option "$cbfscfg" + $if_not_dry_build \ + dx_ add_cbfs_option "$cbfscfg" fi if $if_not_dry_build grep "CONFIG_PAYLOAD_NONE=y" "$defconfig"; then -- cgit v1.2.1