Skip to content

sysupgrade: Fix bootloader auto-upgrade

Piotr Kubik requested to merge pkubik-fix_loader_auto_upgrade into devel

iopsys_is_bootloader_update_needed() returns error code instead of echoing. Thus previous way of checking its output could not work.

Merge request reports