From e06b25f7ebc6e3deaa7c4bf1a16d3e8ba945d8c8 Mon Sep 17 00:00:00 2001 From: bdobe Date: Tue, 21 Jul 2015 20:55:47 +0200 Subject: [PATCH] New experimental release with gluon-luci-wifi-config --- site.conf | 2 +- site.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 196de54..3fe07a8 100644 --- a/site.conf +++ b/site.conf @@ -2,7 +2,7 @@ hostname_prefix = 'GibMirEinenNamen', site_name = 'Freifunk Hamburg', 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', prefix6 = '2a03:2267::/64', diff --git a/site.mk b/site.mk index 1336177..63c1c4d 100644 --- a/site.mk +++ b/site.mk @@ -14,6 +14,7 @@ GLUON_SITE_PACKAGES := \ gluon-luci-autoupdater \ gluon-luci-portconfig \ gluon-luci-private-wifi \ + gluon-luci-wifi-config \ gluon-next-node \ gluon-mesh-vpn-fastd \ gluon-radvd \ @@ -24,7 +25,7 @@ GLUON_SITE_PACKAGES := \ 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 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)