From 6e8396909c54d5ab4572301d6de65ff2372fe56b Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 12 Dec 2014 23:34:08 +0100 Subject: [PATCH] Update gluon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfd2a72..9aa0ef1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := git://github.com/freifunk-gluon/gluon.git -GLUON_GIT_REF := 08ecab23dec1e43b02fdca4caa86d2b7940b2f12 +GLUON_GIT_REF := 3360dcb3090e7da824f787115b8fc0b4335583b9 _GIT_DESCRIBE = $(shell git describe --tags 2>/dev/null) ifneq (,${_GIT_DESCRIBE})