Convert site config to Lua, move variable parts (release number) to site.mk

This commit is contained in:
Matthias Schiffer 2014-05-13 16:43:42 +02:00
commit 43ec5c7a6d
2 changed files with 102 additions and 98 deletions

View file

@ -15,3 +15,9 @@ GLUON_SITE_PACKAGES := \
iwinfo \
iptables \
haveged
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)