From dee07b1e19a6f54dff43f9c7acda5581c489483a Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 14 Nov 2014 20:40:36 +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 8ca21d0..29cf33a 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 := a8b7c39078aa70291cf5af022f520b624b8f58aa +GLUON_GIT_REF := 948fcef5dbf33a841aafa74a28ae2fb190c26209 JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)