diff --git a/site.conf b/site.conf index de4dbc0a9f5ca540aeaf89663de10330588074ce..e4f7e155f351ac0e0492594de4466b76f4458422 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 9950b3962b398aea081777311161f867868f3f27..e9033267b8e4101d1c7995900d619ae6c315f055 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)