diff options
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |