Update site.conf and site.mk for compatibility with latest nightlies
This commit is contained in:
parent
efb6960d3e
commit
591ed245d0
|
@ -39,6 +39,7 @@
|
||||||
fastd_mesh_vpn = {
|
fastd_mesh_vpn = {
|
||||||
methods = {'salsa2012+gmac'},
|
methods = {'salsa2012+gmac'},
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
|
groups = {
|
||||||
backbone = {
|
backbone = {
|
||||||
limit = 2,
|
limit = 2,
|
||||||
peers = {
|
peers = {
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
branch = 'nightly',
|
branch = 'nightly',
|
||||||
|
|
2
site.mk
2
site.mk
|
@ -3,6 +3,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-alfred \
|
gluon-alfred \
|
||||||
gluon-announced \
|
gluon-announced \
|
||||||
gluon-autoupdater \
|
gluon-autoupdater \
|
||||||
|
gluon-config-mode-core \
|
||||||
gluon-config-mode-hostname \
|
gluon-config-mode-hostname \
|
||||||
gluon-config-mode-autoupdater \
|
gluon-config-mode-autoupdater \
|
||||||
gluon-config-mode-mesh-vpn \
|
gluon-config-mode-mesh-vpn \
|
||||||
|
@ -14,6 +15,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
|
gluon-setup-mode \
|
||||||
gluon-speedtest \
|
gluon-speedtest \
|
||||||
gluon-status-page \
|
gluon-status-page \
|
||||||
gluon-wan-dnsmasq-static \
|
gluon-wan-dnsmasq-static \
|
||||||
|
|
Loading…
Reference in New Issue