Skip to content

patches/uboot-tools: Fix postinstall script

Michal Hrusecky requested to merge hotfix/uboot-tools into hbk

Make sure that post install script actually tries to setup the environment for the tools to work. '\n' is not expanded by default in echo. And some version of echo does not support -e option. So let's stick with printf.

Merge request reports