Set default update priority to 7

This commit is contained in:
Jan-Philipp Litza 2017-05-05 22:46:34 +02:00
parent aa4e321169
commit 063e1d5301
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ GLUON_SITE_PACKAGES := \
# Variables set with ?= can be overwritten from the command line # Variables set with ?= can be overwritten 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 export GLUON_BRANCH ?= stable
GLUON_PRIORITY ?= 0 GLUON_PRIORITY ?= 7
GLUON_LANGS ?= en de GLUON_LANGS ?= en de
GLUON_REGION ?= eu GLUON_REGION ?= eu
GLUON_ATH10K_MESH ?= ibss GLUON_ATH10K_MESH ?= ibss