3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 09:52:33 +02:00

Added Raspberry Pi and Raspberry Pi 2 to GLUON_TARGETS

This commit is contained in:
Daniel Treitinger 2017-01-17 20:59:09 +01:00
parent 916fe25322
commit 80c6607967

View File

@ -9,6 +9,8 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \
ar71xx-generic \
ar71xx-nand \
brcm2708-bcm2708 \
brcm2708-bcm2709 \
mpc85xx-generic \
ramips-mt7621 \
ramips-rt305x \
@ -17,6 +19,7 @@ GLUON_TARGETS ?= \
x86-64 \
x86-generic
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
ifneq (,$(shell git describe --exact-match --tags 2>/dev/null))
GLUON_BRANCH := stable