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
49907bd1
Commit
49907bd1
authored
Aug 31, 2017
by
Roger Pueyo Centelles
Browse files
Merge branch 'master' into testing
parent
faa944db
Changes
6
Hide whitespace changes
Inline
Side-by-side
packages/bmx6-mdns/Makefile
View file @
49907bd1
...
...
@@ -25,9 +25,9 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
t
runk
QMP_RELEASE
?=
t
esting
QMP_PKGRELEASE
=
r20170831-1
QMP_CODENAME
?=
Kalimotxo
QMP_CODENAME
?=
testing
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
bmx6-mdns
...
...
packages/qmp-big-node/Makefile
View file @
49907bd1
...
...
@@ -25,9 +25,9 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
t
runk
QMP_RELEASE
?=
t
esting
QMP_PKGRELEASE
=
r20170831-1
QMP_CODENAME
?=
Kalimotxo
QMP_CODENAME
?=
testing
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
qmp-big-node
...
...
packages/qmp-small-node/Makefile
View file @
49907bd1
...
...
@@ -25,9 +25,9 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
t
runk
QMP_RELEASE
?=
t
esting
QMP_PKGRELEASE
=
r20170831-2
QMP_CODENAME
?=
Kalimotxo
QMP_CODENAME
?=
testing
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
qmp-small-node
...
...
packages/qmp-system/Makefile
View file @
49907bd1
...
...
@@ -25,9 +25,9 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
t
runk
QMP_RELEASE
?=
t
esting
QMP_PKGRELEASE
=
r20170831-3
QMP_CODENAME
?=
Kalimotxo
QMP_CODENAME
?=
testing
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
qmp-system
...
...
packages/qmp-system/files/etc/qmp/hooks/scripts/eth0-wan_eth1-lan.sh
View file @
49907bd1
...
...
@@ -3,10 +3,8 @@
STAGE
=
"
$1
"
[
"
$STAGE
"
==
"birth"
]
&&
{
echo
"Configuring eth0 as wan+mesh and eth1.1 as lan+mesh"
uci
set
qmp.interfaces.lan_devices
=
"eth1.1"
uci
set
qmp.interfaces.ignore_devices
=
"eth1"
echo
"Configuring eth0 as wan and eth1 as lan"
uci
set
qmp.interfaces.wan_devices
=
"eth0"
uci
set
qmp.interfaces.
mesh
_devices
=
"eth
0 eth1.
1"
uci
set
qmp.interfaces.
lan
_devices
=
"eth1"
uci commit qmp
}
packages/qmp-tiny-node/Makefile
View file @
49907bd1
...
...
@@ -25,9 +25,9 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
t
runk
QMP_RELEASE
?=
t
esting
QMP_PKGRELEASE
=
r20170831-1
QMP_CODENAME
?=
Kalimotxo
QMP_CODENAME
?=
testing
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d-%H%M
)
PKG_NAME
:=
qmp-tiny-node
...
...
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