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