new experimental / switch to Chaos Calmer
This commit is contained in:
parent
4ba8ab9c0b
commit
2b9e831a7b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
hostname_prefix = 'GibMirEinenNamen',
|
hostname_prefix = 'GibMirEinenNamen',
|
||||||
site_name = 'Freifunk Hamburg',
|
site_name = 'Freifunk Hamburg',
|
||||||
site_code = 'ffhh',
|
site_code = 'ffhh',
|
||||||
opkg_repo = 'http://opkg.services.ffhh/barrier_breaker/14.07/%S/packages',
|
opkg_repo = 'http://opkg.services.ffhh/chaos_calmer/15.05-rc1/%S/packages',
|
||||||
|
|
||||||
prefix4 = '10.112.0.0/18',
|
prefix4 = '10.112.0.0/18',
|
||||||
prefix6 = '2a03:2267::/64',
|
prefix6 = '2a03:2267::/64',
|
||||||
|
|
2
site.mk
2
site.mk
|
@ -25,7 +25,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.7
|
DEFAULT_GLUON_RELEASE := 0.7+exp$(shell date '+%Y%m%d')
|
||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
Loading…
Reference in a new issue