public release all targets
This commit is contained in:
parent
a7c6f5ea92
commit
0520fc475b
20
Makefile
20
Makefile
@ -9,16 +9,16 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
|||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
ar71xx-tiny \
|
ar71xx-tiny \
|
||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-nand #\
|
ar71xx-nand \
|
||||||
#brcm2708-bcm2708 \
|
brcm2708-bcm2708 \
|
||||||
#brcm2708-bcm2709 \
|
brcm2708-bcm2709 \
|
||||||
#mpc85xx-generic \
|
mpc85xx-generic \
|
||||||
#ramips-mt7621 \
|
ramips-mt7621 \
|
||||||
#ramips-rt305x \
|
ramips-rt305x \
|
||||||
#x86-64 \
|
x86-64 \
|
||||||
#x86-generic \
|
x86-generic \
|
||||||
#x86-geode \
|
x86-geode \
|
||||||
#sunxi
|
sunxi
|
||||||
|
|
||||||
|
|
||||||
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user