From c62affb69307713c893beff3533f35c70f0568db Mon Sep 17 00:00:00 2001
From: Bjoern Franke <bjo@nord-west.org>
Date: Thu, 17 Jul 2014 15:11:19 +0200
Subject: [PATCH] addd luci-portconfig and mesh_on-wan default value, bump
 version after stable release

---
 site.conf | 2 +-
 site.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index de4dbc0..e4f7e15 100644
--- a/site.conf
+++ b/site.conf
@@ -7,7 +7,7 @@
 	prefix6 = 'fd74:fdaa:9dc4::/64',
 
 	mesh_domains = { 'ffol', '18.10.in-addr.arpa', '4.c.d.9.a.a.d.f.4.7.d.f.ip6.arpa' },
-
+	mesh_on_wan =  'false',
 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
 	ntp_servers = {'fd74:fdaa:9dc4::1'},
 	regdom = 'DE',
diff --git a/site.mk b/site.mk
index 9950b39..e903326 100644
--- a/site.mk
+++ b/site.mk
@@ -3,6 +3,7 @@ GLUON_SITE_PACKAGES := \
 	gluon-firewall  \
 	gluon-luci-admin \
 	gluon-luci-autoupdater \
+	gluon-luci-portconfig \
 	gluon-mesh-batman-adv \
 	gluon-mesh-vpn-fastd \
 	gluon-autoupdater \
@@ -19,7 +20,7 @@ GLUON_SITE_PACKAGES := \
 	ffol-configurator \
 	ffol-nodewatcher
 
-DEFAULT_GLUON_RELEASE := 0.5.2+0$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 0.5.3+0$(shell date '+%Y%m%d')
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
-- 
GitLab