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
c4250bf2
Commit
c4250bf2
authored
Jun 16, 2012
by
Simó Albert i Beltran
Browse files
sed -i -e 's/\s\+$//g' packages/qmp-small-node/files/etc/qmp/qmp_control.sh
parent
f652a736
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/etc/qmp/qmp_control.sh
View file @
c4250bf2
...
...
@@ -37,14 +37,14 @@ search_default_gw() {
}
configure_wifi
()
{
qmp_configure_wifi_initial
qmp_configure_wifi_initial
qmp_configure_wifi
wifi
}
apply_netserver
()
{
apply_netserver
()
{
[
"
$(
qmp_uci_get networks.netserver
)
"
==
"1"
]
&&
qmp_enable_netserver
||
qmp_disable_netserver
}
}
configure_network
()
{
qmp_configure
...
...
@@ -89,7 +89,7 @@ help() {
echo
""
echo
"Available functions:"
echo
" offer_default_gw : Offers default gw to the network"
echo
" search_default_gw : Search for a default gw in the network"
echo
" search_default_gw : Search for a default gw in the network"
echo
" configure_wifi : Configure and apply current wifi settings"
echo
" configure_network : Configure and apply current network settings"
echo
" configure_system : Configure and apply current system settings (qmp.node section and so on)"
...
...
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