Skip to content

fwbank: redirect unused logs to '/dev/null' in order to fix ubus output

Amin Ben Ramdhane requested to merge fw_image into devel

In the current implementation of 'set_bootbank' method, boot switching between banks works fine but we don't get the ubus result because there are some logs coming from 'set_bootbank' function. so the solution is to redirect unused logs to '/dev/null' in order to get the ubus result.

Merge request reports