New experimental release with gluon-luci-wifi-config

This commit is contained in:
bdobe 2015-07-21 20:55:47 +02:00
parent ff7dfe0b8b
commit e06b25f7eb
2 changed files with 3 additions and 2 deletions

View file

@ -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/chaos_calmer/15.05-rc2/%S/packages', opkg_repo = 'http://opkg.services.ffhh/chaos_calmer/15.05-rc3/%S/packages',
prefix4 = '10.112.0.0/18', prefix4 = '10.112.0.0/18',
prefix6 = '2a03:2267::/64', prefix6 = '2a03:2267::/64',

View file

@ -14,6 +14,7 @@ GLUON_SITE_PACKAGES := \
gluon-luci-autoupdater \ gluon-luci-autoupdater \
gluon-luci-portconfig \ gluon-luci-portconfig \
gluon-luci-private-wifi \ gluon-luci-private-wifi \
gluon-luci-wifi-config \
gluon-next-node \ gluon-next-node \
gluon-mesh-vpn-fastd \ gluon-mesh-vpn-fastd \
gluon-radvd \ gluon-radvd \
@ -24,7 +25,7 @@ GLUON_SITE_PACKAGES := \
haveged haveged
DEFAULT_GLUON_RELEASE := 0.7+exp$(shell date '+%Y%m%d') DEFAULT_GLUON_RELEASE := 0.8~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)