Set default GLUON_RELEASE to `git describe` of site repo
This considerably eases compilation and might even make the build.sh unnecessary
This commit is contained in:
parent
22b3d6a098
commit
3818c6edaa
7
site.mk
7
site.mk
|
@ -30,10 +30,9 @@ GLUON_SITE_PACKAGES := \
|
||||||
firewall \
|
firewall \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
DEFAULT_GLUON_PRIORITY := 0
|
# Allow overriding the these variables from the command line
|
||||||
|
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||||
# Allow overriding the release number and languages from the command line
|
GLUON_PRIORITY ?= 0
|
||||||
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
|
||||||
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