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
2e00ea62
Commit
2e00ea62
authored
Mar 09, 2016
by
Roger Pueyo Centelles
Browse files
[qmp-system] Add topology plugin to BMX6 configuration scripts
parent
bdb874c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/files/etc/qmp/qmp_functions.sh
View file @
2e00ea62
...
@@ -775,6 +775,9 @@ qmp_configure_bmx6() {
...
@@ -775,6 +775,9 @@ 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
uci
set
$conf
.bmx6_topology_plugin
=
plugin
uci
set
$conf
.bmx6_topology_plugin.plugin
=
bmx6_topology.so
# 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
)
uci
set
$conf
.
${
cfg_sms
}
.syncSms
=
chat
uci
set
$conf
.
${
cfg_sms
}
.syncSms
=
chat
...
...
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