Skip to content
Snippets Groups Projects
Commit c62affb6 authored by Bjoern Franke's avatar Bjoern Franke
Browse files

addd luci-portconfig and mesh_on-wan default value, bump version after stable release

parent 363b1ae4
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment