3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-02 08:42:34 +02:00

Merge pull request #14 from datre/master

Add Raspberry Pi and Raspberry Pi 2 to GLUON_TARGETS
This commit is contained in:
Bastian 2017-02-17 18:37:28 +01:00 committed by GitHub
commit 9cf8c37abe

View File

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