Set default update priority to 7
This commit is contained in:
parent
aa4e321169
commit
063e1d5301
2
site.mk
2
site.mk
|
@ -34,7 +34,7 @@ GLUON_SITE_PACKAGES := \
|
|||
# Variables set with ?= can be overwritten from the command line
|
||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||
export GLUON_BRANCH ?= stable
|
||||
GLUON_PRIORITY ?= 0
|
||||
GLUON_PRIORITY ?= 7
|
||||
GLUON_LANGS ?= en de
|
||||
GLUON_REGION ?= eu
|
||||
GLUON_ATH10K_MESH ?= ibss
|
||||
|
|
Loading…
Reference in New Issue