diff --git a/README.md b/README.md index b166a12..ce30c1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/site.mk b/site.mk index f9040a2..6a74540 100644 --- a/site.mk +++ b/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)