forked from remote/site-ffmuc
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:
1
Makefile
1
Makefile
@@ -7,7 +7,6 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
|
|||||||
GLUON_TARGETS ?= \
|
GLUON_TARGETS ?= \
|
||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
mpc85xx-generic \
|
|
||||||
x86-kvm_guest
|
x86-kvm_guest
|
||||||
|
|
||||||
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
||||||
|
|||||||
Reference in New Issue
Block a user