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
3ee0b751
Commit
3ee0b751
authored
Dec 02, 2014
by
Roger Pueyo Centelles
Browse files
qMp 3.1 Clearance release candidate 1
parent
c946b2fd
Changes
7
Show whitespace changes
Inline
Side-by-side
packages/bmx6-mdns/Makefile
View file @
3ee0b751
...
...
@@ -25,10 +25,13 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
bmx6-mdns
PKG_VERSION
:=
0.1
PKG_RELEASE
:=
1
PKG_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
QMP_CODENAME
:=
testing
QMP_RELEASE
:=
4.0
QMP_CODENAME
:=
Clearance
QMP_RELEASE
:=
3.1-rc1
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d_%H%M
)
include
$(INCLUDE_DIR)/package.mk
...
...
packages/qmp-big-node/Makefile
View file @
3ee0b751
...
...
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-big-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
rc
1
PKG_LICENSE
:=
GPL-2.0+
PKG_SOURCE
:=
$(PKG_NAME)
-
$(PKG_VERSION)
.tar.gz
...
...
packages/qmp-small-node/Makefile
View file @
3ee0b751
...
...
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-small-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
rc
1
PGK_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-system/Makefile
View file @
3ee0b751
...
...
@@ -27,13 +27,13 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-system
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
rc
1
PKG_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
QMP_CODENAME
:=
Clearance
QMP_RELEASE
:=
testing
QMP_RELEASE
:=
3.1-rc1
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d_%H%M
)
include
$(INCLUDE_DIR)/package.mk
...
...
packages/qmp-system/files/etc/qmp/qmp.default-config
View file @
3ee0b751
...
...
@@ -63,7 +63,7 @@ config 'qmp' 'services'
# -----------------------------
config 'qmp' 'update'
# Remote URL where the firmware images are placed.
option url 'http://fw.qmp.cat/
testing
'
option url 'http://fw.qmp.cat/
master
'
# Special remote file which contains a list of firmware:md5hash.
option images 'IMAGES'
...
...
packages/qmp-system/files/etc/uci-defaults/qmp_testing_updates
View file @
3ee0b751
...
...
@@ -4,8 +4,8 @@
uci
set
qmp.wireless.country
=
US
}
[
"
$(
uci get qmp.update.url
)
"
==
"http://fw.qmp.cat/
testing
"
]
&&
{
uci
set
qmp.update.url
=
"http://fw.qmp.cat/
testing
"
[
"
$(
uci get qmp.update.url
)
"
==
"http://fw.qmp.cat/
master
"
]
&&
{
uci
set
qmp.update.url
=
"http://fw.qmp.cat/
master
"
}
uci
-q
get qmp.networks.disable_mesh_dhcp
||
uci
set
qmp.networks.disable_mesh_dhcp
=
1
...
...
packages/qmp-tiny-node/Makefile
View file @
3ee0b751
...
...
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-tiny-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
rc
1
PKG_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
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