Update to gluon v2014.4

This commit is contained in:
Franz Pletz
2015-01-05 01:52:02 +01:00
parent 67c612de49
commit 9ddb2b7f25

View File

@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := git://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := 5860f81737114e0b0c14851444b6eabaf5731242
GLUON_GIT_REF := v2014.4
_GIT_DESCRIBE = $(shell git describe --tags 2>/dev/null)
ifneq (,${_GIT_DESCRIBE})