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
7e63fc15
Commit
7e63fc15
authored
Dec 14, 2014
by
Roger Pueyo Centelles
Browse files
Fix #331 (partially)
parent
81ce511c
Changes
7
Hide whitespace changes
Inline
Side-by-side
packages/bmx6-mdns/Makefile
View file @
7e63fc15
...
...
@@ -30,8 +30,8 @@ PKG_RELEASE:=1
PKG_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
QMP_CODENAME
:=
Clearance
QMP_RELEASE
:=
3.1-rc1
QMP_CODENAME
:=
Kalimotxo
QMP_RELEASE
:=
trunk
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d_%H%M
)
include
$(INCLUDE_DIR)/package.mk
...
...
packages/qmp-big-node/Makefile
View file @
7e63fc15
...
...
@@ -26,8 +26,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-big-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
rc
1
PKG_VERSION
:=
trunk
PKG_RELEASE
:=
1
PKG_LICENSE
:=
GPL-2.0+
PKG_SOURCE
:=
$(PKG_NAME)
-
$(PKG_VERSION)
.tar.gz
...
...
packages/qmp-small-node/Makefile
View file @
7e63fc15
...
...
@@ -26,8 +26,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-small-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
rc
1
PKG_VERSION
:=
trunk
PKG_RELEASE
:=
1
PGK_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-system/Makefile
View file @
7e63fc15
...
...
@@ -26,8 +26,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-system
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
rc
1
PKG_VERSION
:=
trunk
PKG_RELEASE
:=
1
PKG_LICENSE
:=
GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-system/files/etc/qmp/qmp.default-config
View file @
7e63fc15
...
...
@@ -63,7 +63,7 @@ config 'qmp' 'services'
# -----------------------------
config 'qmp' 'update'
# Remote URL where the firmware images are placed.
option url 'http://fw.qmp.cat/
master
'
option url 'http://fw.qmp.cat/
trunk
'
# Special remote file which contains a list of firmware:md5hash.
option images 'IMAGES'
...
...
packages/qmp-system/files/etc/uci-defaults/qmp_banner
100755 → 100644
View file @
7e63fc15
...
...
@@ -4,7 +4,7 @@ cat /etc/qmp/qmp.banner >> /etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
echo
"
$COD
(
$REL
,
$BRANCH
rev.
$REV
-
$DATE
)"
>>
/etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
echo
" *
Takeoff clearanc
e: http://en.wikipedia.org/wiki/
Air_traffic_control
"
>>
/etc/banner
echo
" *
Recip
e: http://en.wikipedia.org/wiki/
Kalimotxo
"
>>
/etc/banner
echo
""
>>
/etc/banner
echo
" http://qmp.cat/projects/qmp/repository/show?branch=
$BRANCH
&rev=
$REV
"
>>
/etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
...
...
packages/qmp-tiny-node/Makefile
View file @
7e63fc15
...
...
@@ -26,8 +26,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
qmp-tiny-node
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
rc
1
PKG_VERSION
:=
trunk
PKG_RELEASE
:=
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