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
73811e15d0
commit
44554a12c0
7
site.mk
7
site.mk
|
@ -30,10 +30,9 @@ GLUON_SITE_PACKAGES := \
|
|||
firewall \
|
||||
haveged
|
||||
|
||||
DEFAULT_GLUON_PRIORITY := 0
|
||||
|
||||
# Allow overriding the release number and languages from the command line
|
||||
GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
|
||||
# Allow overriding the these variables from the command line
|
||||
GLUON_RELEASE ?= $(patsubst v%,%,$(shell git -C $(GLUON_SITEDIR) describe --tags --dirty=+))
|
||||
GLUON_PRIORITY ?= 0
|
||||
GLUON_LANGS ?= en de
|
||||
GLUON_REGION ?= eu
|
||||
GLUON_ATH10K_MESH ?= ibss
|
||||
|
|
Loading…
Reference in New Issue