From ef8b75f39e034addbe268b74288e91d2ff20413a Mon Sep 17 00:00:00 2001 From: 0x4A6F <0x4A6F@users.noreply.github.com> Date: Sat, 17 Aug 2019 11:12:39 +0000 Subject: [PATCH] gluon: add GLUON_DEPRECATED --- site.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site.mk b/site.mk index 7c0b5c4..61e06d4 100644 --- a/site.mk +++ b/site.mk @@ -62,3 +62,6 @@ GLUON_PRIORITY ?= 0.1 #enable generation of images for ath10k devices with ibss mode GLUON_WLAN_MESH ?= 11s + +# Do not build images for deprecated devices +GLUON_DEPRECATED ?= full -- GitLab