From 8850e00b145b782f639862bc291a1f9b5e3296f0 Mon Sep 17 00:00:00 2001 From: Bastian Date: Fri, 20 Nov 2015 12:40:18 +0100 Subject: [PATCH] 841v10 support --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dd95386..08f3855 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GLUON_BUILD_DIR := gluon-build GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git -GLUON_GIT_REF := v2015.1.2 +GLUON_GIT_REF := 3f704405276c86db17052df234179bc5a7f24aae SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key @@ -8,8 +8,7 @@ GLUON_TARGETS ?= \ ar71xx-generic \ ar71xx-nand \ x86-kvm_guest \ - x86-generic \ - x86-xen_domu + x86-generic GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))