Skip to content

Commit

Permalink
modifications for Gluon v2016.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoRobert committed Dec 27, 2016
1 parent 666974e commit 5476616
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions site.conf
Original file line number Diff line number Diff line change
@@ -138,6 +138,16 @@
},
},

roles = {
default = 'node',
list = {
'node',
'test',
'backbone',
'service',
},
},

config_mode = {
geo_location = {
show_altitude = false,
5 changes: 4 additions & 1 deletion site.mk
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ GLUON_SITE_PACKAGES := \
gluon-authorized-keys \
iwinfo

DEFAULT_GLUON_RELEASE := 2016.2.x~$(shell date +'%Y-%m-%d')
DEFAULT_GLUON_RELEASE := 2016.3~$(shell date +'%Y-%m-%d')

# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
@@ -43,6 +43,9 @@ export GLUON_BRANCH
GLUON_TARGET ?= ar71xx-generic
export GLUON_TARGET

# Region code required for some images; supported values: us eu
GLUON_REGION ?= eu

# Languages to include
GLUON_LANGS ?= en de

0 comments on commit 5476616

Please sign in to comment.