Build gluon target x86-generic by default

This commit is contained in:
Franz Pletz
2015-06-19 23:42:49 +02:00
parent f5420019ab
commit 17105d054d

View File

@@ -7,6 +7,7 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \
ar71xx-generic \
ar71xx-nand \
x86-generic \
x86-kvm_guest
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)