Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
75509ffe
Commit
75509ffe
authored
Apr 25, 2016
by
Roger Pueyo Centelles
Browse files
[qmp-system] Check if the topology plugin is available before adding it to BMX6 configuration
parent
c9a1a55f
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_functions.sh
View file @
75509ffe
...
@@ -775,8 +775,10 @@ qmp_configure_bmx6() {
...
@@ -775,8 +775,10 @@ qmp_configure_bmx6() {
uci
set
$conf
.bmx6_sms_plugin
=
plugin
uci
set
$conf
.bmx6_sms_plugin
=
plugin
uci
set
$conf
.bmx6_sms_plugin.plugin
=
bmx6_sms.so
uci
set
$conf
.bmx6_sms_plugin.plugin
=
bmx6_sms.so
if
[
-f
/lib/bmx6_topology.so
]
;
then
uci
set
$conf
.bmx6_topology_plugin
=
plugin
uci
set
$conf
.bmx6_topology_plugin
=
plugin
uci
set
$conf
.bmx6_topology_plugin.plugin
=
bmx6_topology.so
uci
set
$conf
.bmx6_topology_plugin.plugin
=
bmx6_topology.so
fi
# chat file must be syncronized using sms
# chat file must be syncronized using sms
cfg_sms
=
$(
uci add
$conf
syncSms
)
cfg_sms
=
$(
uci add
$conf
syncSms
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment