Makefile: Don't build for mpc85xx-generic by default

The only supported router model, the TL-WDR4900, is very rare and
expensive.
This commit is contained in:
Franz Pletz
2015-05-16 23:37:23 +02:00
parent 120fe84245
commit 4e8f448b5e

View File

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