Skip to content

patches/telephony/baresip: fix init script and parallel build

Richard Muzik requested to merge bugfix/baresip-fix-parallel-build into hbl

The build sometimes fails with the error:

modules/ctrl_dbus/ctrl_dbus.c:69:10: fatal error: baresipbus.h: No such file or directory 69 | #include "baresipbus.h" | ^~~~~~~~~~~~~~

This should hopefully solve it. Related pull request in OpenWrt:

Merge request reports