Set default update priority to 7
This commit is contained in:
parent
c156cf4302
commit
977b906197
2
site.mk
2
site.mk
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue