removed tgt
This commit is contained in:
parent
9bf012222e
commit
8737663307
22
Makefile
22
Makefile
@ -7,18 +7,18 @@ GLUON_GIT_REF := 114bbd4f0bf6b96032e92bcefa8a0a02c0c7f553
|
|||||||
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
||||||
|
|
||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
ar71xx-tiny \
|
|
||||||
ar71xx-generic #\
|
ar71xx-generic #\
|
||||||
ar71xx-nand \
|
#ar71xx-tiny \
|
||||||
brcm2708-bcm2708 \
|
#ar71xx-nand \
|
||||||
brcm2708-bcm2709 \
|
#brcm2708-bcm2708 \
|
||||||
mpc85xx-generic \
|
#brcm2708-bcm2709 \
|
||||||
ramips-mt7621 \
|
#mpc85xx-generic \
|
||||||
ramips-rt305x \
|
#ramips-mt7621 \
|
||||||
x86-64 \
|
#ramips-rt305x \
|
||||||
x86-generic \
|
#x86-64 \
|
||||||
x86-geode \
|
#x86-generic \
|
||||||
sunxi
|
#x86-geode \
|
||||||
|
#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