3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-12-28 11:21:50 +01:00

add all targets supported by gluon to target list

https://github.com/freifunk-gluon/gluon/blob/master/targets/targets.mk
This commit is contained in:
Matthias Freund 2016-04-16 23:04:25 +02:00
parent dfecab98af
commit 8bda04797c

View File

@ -7,7 +7,11 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \
ar71xx-generic \
ar71xx-nand \
x86-kvm_guest
mpc85xx-generic \
x86-64 \
x86-generic \
x86-kvm_guest \
x86-xen_domu
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))