From 4e8f448b5ed78fed02ce048ce11c0c2dcfff96fa Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 16 May 2015 23:37:23 +0200 Subject: [PATCH] Makefile: Don't build for mpc85xx-generic by default The only supported router model, the TL-WDR4900, is very rare and expensive. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7bbfae5..f3ab844 100644 --- a/Makefile +++ b/Makefile @@ -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)