From ae46396e61caf465cd3b31a3f05c28bf3a53f12f Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 18 Jan 2018 00:16:18 +0100 Subject: [PATCH] Production Build targets re-added --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb57607..3fccd4a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GLUON_GIT_REF := e94c0d5aa57ee8516a3cf6929b4ca58da2bded33 SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key GLUON_TARGETS ?= \ - ar71xx-generic #\ + ar71xx-generic \ ar71xx-tiny \ ar71xx-nand \ brcm2708-bcm2708 \