changed site-select extensions to .json
This commit is contained in:
parent
9453fcac49
commit
1a687d8d29
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 := 80d5f5f995f131ce1444587318e544bfca337b0d
|
||||
GLUON_GIT_REF := 6899e50c97b34976fcb7d627062e6effa8078067
|
||||
|
||||
#https://github.com/freifunk-gluon/gluon/commit/6b8888fe5aebd941c5e7a83a97ceb0678bee4c43
|
||||
|
||||
@ -22,7 +22,7 @@ endif
|
||||
|
||||
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
|
||||
|
||||
#JOBS = 1
|
||||
JOBS = 1
|
||||
|
||||
GLUON_MAKE := ${MAKE} V=s -j ${JOBS} -C ${GLUON_BUILD_DIR} \
|
||||
GLUON_RELEASE=${GLUON_RELEASE} \
|
||||
|
Loading…
Reference in New Issue
Block a user