mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-13 20:50:19 +01:00
Fix dependent pipelines
This commit is contained in:
parent
5f2364be65
commit
20378e5cc4
1 changed files with 6 additions and 4 deletions
|
|
@ -126,10 +126,12 @@ function install_wifimngr_as_micro_service()
|
|||
[ -d "${BBFDM_PLUGIN_DEST}/wifimngr" ] && return 0
|
||||
|
||||
exec_cmd git clone -b ${BRANCH:-devel} --depth=1 https://dev.iopsys.eu/hal/wifimngr.git ${BBFDM_PLUGIN_DEST}/wifimngr
|
||||
cd wifimngr
|
||||
exec_cmd cmake . -DHAS_UBUS=ON -DWIFIMNGR_BUILD_TR181_PLUGIN=ON
|
||||
exec_cmd make
|
||||
exec_cmd make install
|
||||
(
|
||||
cd ${BBFDM_PLUGIN_DEST}/wifimngr
|
||||
exec_cmd cmake . -DHAS_UBUS=ON -DWIFIMNGR_BUILD_TR181_PLUGIN=ON
|
||||
exec_cmd make
|
||||
exec_cmd make install
|
||||
)
|
||||
}
|
||||
|
||||
function install_hal_libs()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue