From 29692fcf71c7d5552e147f4d91c9361075574cb6 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 9 Nov 2014 14:01:32 +0100 Subject: [PATCH] Pick a commit from master as Gluon 2013.3.1 won't build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0948f86..b63c6c0 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 := v2014.3.1 +GLUON_GIT_REF := a8b7c39078aa70291cf5af022f520b624b8f58aa JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)