From 8427b004a464440c7c5fe06884891b6f58d7601f Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 7 Oct 2015 14:24:36 +0200 Subject: [PATCH] update to gluon-2015.1.2 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38914d1..dd95386 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,15 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git -GLUON_GIT_REF := v2015.1 +GLUON_GIT_REF := v2015.1.2 SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key GLUON_TARGETS ?= \ ar71xx-generic \ ar71xx-nand \ - x86-kvm_guest + x86-kvm_guest \ + x86-generic \ + x86-xen_domu GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))