Revert to Gluon v2016.1.5 because of https://github.com/freifunk-gluon/gluon/issues/834
This commit is contained in:
parent
4a32970b2b
commit
e851d1768c
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
GLUON_BUILD_DIR := gluon-build
|
||||
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
|
||||
GLUON_GIT_REF := cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1
|
||||
GLUON_GIT_REF := v2016.1.5
|
||||
|
||||
#https://github.com/freifunk-gluon/gluon/commit/6b8888fe5aebd941c5e7a83a97ceb0678bee4c43
|
||||
|
||||
@ -27,7 +27,7 @@ JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||
|
||||
#JOBS = 1
|
||||
|
||||
GLUON_MAKE := ${MAKE} BROKEN=1 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_MAKE := ${MAKE} BROKEN=0 -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||
GLUON_BRANCH=${GLUON_BRANCH} \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user