mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-11-10 18:30:32 +01:00
Include all targets
This commit is contained in:
parent
ecf0f90979
commit
5eeaffd7a4
24
Makefile
24
Makefile
@ -7,18 +7,18 @@ GLUON_GIT_REF := e94c0d5aa57ee8516a3cf6929b4ca58da2bded33
|
||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||
|
||||
GLUON_TARGETS ?= \
|
||||
ar71xx-generic #\
|
||||
#ar71xx-tiny \
|
||||
#ar71xx-nand \
|
||||
#brcm2708-bcm2708 \
|
||||
#brcm2708-bcm2709 \
|
||||
#mpc85xx-generic \
|
||||
#ramips-mt7621 \
|
||||
#ramips-rt305x \
|
||||
#x86-64 \
|
||||
#x86-generic \
|
||||
#x86-geode \
|
||||
#sunxi
|
||||
ar71xx-generic \
|
||||
ar71xx-tiny \
|
||||
ar71xx-nand \
|
||||
brcm2708-bcm2708 \
|
||||
brcm2708-bcm2709 \
|
||||
mpc85xx-generic \
|
||||
ramips-mt7621 \
|
||||
ramips-rt305x \
|
||||
x86-64 \
|
||||
x86-generic \
|
||||
x86-geode \
|
||||
sunxi
|
||||
|
||||
|
||||
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
||||
|
Loading…
Reference in New Issue
Block a user