Release v0.4.1
Conflicts: README
This commit is contained in:
parent
d5a09c3b36
commit
5f51b27a9b
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
Gluon versions used for specific Hamburg Freifunk Firmware builds:
|
||||
|
||||
- 0.4.1: v2014.2-hh
|
||||
- equal to official gluon v2014.2 + ffhh specific patches
|
||||
- 0.4a: v2014.1a
|
||||
- equal to official gluon v2014.1 + ffhh specific patches
|
||||
|
|
2
site.mk
2
site.mk
|
@ -18,7 +18,7 @@ GLUON_SITE_PACKAGES := \
|
|||
haveged
|
||||
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.4+0-exp$(shell date '+%Y%m%d')
|
||||
DEFAULT_GLUON_RELEASE := 0.4.1
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||
|
|
Loading…
Reference in a new issue