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:
parent
dfecab98af
commit
8bda04797c
6
Makefile
6
Makefile
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user