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
fd26a342
Commit
fd26a342
authored
Jun 22, 2016
by
Roger Pueyo Centelles
Browse files
qMp 3.2.1 Clearance
parent
2d16344a
Changes
6
Show whitespace changes
Inline
Side-by-side
packages/bmx6-mdns/Makefile
View file @
fd26a342
...
...
@@ -31,7 +31,7 @@ PKG_LICENSE:=GPL-2.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
QMP_CODENAME
:=
Clearance
QMP_RELEASE
:=
3.2
QMP_RELEASE
:=
3.2
.1
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d_%H%M
)
include
$(INCLUDE_DIR)/package.mk
...
...
packages/qmp-big-node/Makefile
View file @
fd26a342
...
...
@@ -25,7 +25,7 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
3.2
QMP_RELEASE
?=
3.2
.1
QMP_CODENAME
?=
Clearance
PKG_NAME
:=
qmp-big-node
...
...
packages/qmp-small-node/Makefile
View file @
fd26a342
...
...
@@ -25,7 +25,7 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
3.2
QMP_RELEASE
?=
3.2
.1
QMP_CODENAME
?=
Clearance
PKG_NAME
:=
qmp-small-node
...
...
packages/qmp-system/Makefile
View file @
fd26a342
...
...
@@ -25,7 +25,7 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
3.2
QMP_RELEASE
?=
3.2
.1
QMP_CODENAME
?=
Clearance
QMP_BUILDDATE
:=
$(
shell
date
+%Y%m%d_%H%M
)
...
...
packages/qmp-system/files/etc/uci-defaults/qmp_enable_opkg_feeds
View file @
fd26a342
...
...
@@ -5,6 +5,6 @@ ARCH=`echo $DISTRIB_TARGET | cut -d '/' -f 1`
DFEEDS_FILE
=
/etc/opkg/distfeeds.conf
CFEEDS_FILE
=
/etc/opkg/customfeeds.conf
cat
$DFEEDS_FILE
|
grep
clearance_qmp_ |
sed
's/^#//'
|
sed
's/^ //'
|
sed
's!http://downloads.openwrt.org/chaos_calmer/15.05!http://fw.qmp.cat/Releases/3.2!'
|
sed
"s!
$DISTRIB_TARGET
!
$ARCH
!"
>>
$CFEEDS_FILE
cat
$DFEEDS_FILE
|
grep
clearance_qmp_ |
sed
's/^#//'
|
sed
's/^ //'
|
sed
's!http://downloads.openwrt.org/chaos_calmer/15.05!http://fw.qmp.cat/Releases/3.2
.1
!'
|
sed
"s!
$DISTRIB_TARGET
!
$ARCH
!"
>>
$CFEEDS_FILE
sed
--in-place
'/clearance_qmp_/d'
$DFEEDS_FILE
packages/qmp-tiny-node/Makefile
View file @
fd26a342
...
...
@@ -25,7 +25,7 @@
include
$(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
QMP_RELEASE
?=
3.2
QMP_RELEASE
?=
3.2
.1
QMP_CODENAME
?=
Clearance
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