From f7a5afa2640b12865fbb11d6de2190bad2376a2d Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 15 Nov 2014 23:39:33 +0100 Subject: [PATCH] Makefile: Updated to latest gluon master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29cf33a..b030aa6 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 := 948fcef5dbf33a841aafa74a28ae2fb190c26209 +GLUON_GIT_REF := 08ecab23dec1e43b02fdca4caa86d2b7940b2f12 JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)