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:
Jan-Philipp Litza 2016-12-04 13:07:00 +01:00
parent 73811e15d0
commit 44554a12c0
1 changed files with 3 additions and 4 deletions

View File

@ -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