add GLUON_DEPRECATED

This commit is contained in:
Martin/Geno 2019-07-17 19:03:33 +02:00
parent c3121410f5
commit 42e39c80ba
1 changed files with 2 additions and 1 deletions

View File

@ -31,8 +31,9 @@ GLUON_SITE_PACKAGES := \
# Allow overriding the these variables from the command line # Allow overriding the these variables from the command line
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+)) GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
export GLUON_BRANCH ?= stable GLUON_BRANCH ?= stable
GLUON_PRIORITY ?= 0 GLUON_PRIORITY ?= 0
GLUON_DEPRECATED ?= upgrade
GLUON_LANGS ?= en de GLUON_LANGS ?= en de
GLUON_REGION ?= eu GLUON_REGION ?= eu
GLUON_WLAN_MESH ?= ibss GLUON_WLAN_MESH ?= ibss