Update site.conf and site.mk for compatibility with latest nightlies

This commit is contained in:
Jan-Philipp Litza 2015-05-01 09:50:14 +02:00
parent efb6960d3e
commit 591ed245d0
2 changed files with 18 additions and 14 deletions

View File

@ -39,20 +39,22 @@
fastd_mesh_vpn = { fastd_mesh_vpn = {
methods = {'salsa2012+gmac'}, methods = {'salsa2012+gmac'},
mtu = 1426, mtu = 1426,
backbone = { groups = {
limit = 2, backbone = {
peers = { limit = 2,
vpn01 = { peers = {
key = 'df444c4366880735d8101ec4e8bcd8288a7e617024c08f0f81027927ba794f9f', vpn01 = {
remotes = {'ipv4 "vpn01.bremen.freifunk.net" port 10000'}, key = 'df444c4366880735d8101ec4e8bcd8288a7e617024c08f0f81027927ba794f9f',
}, remotes = {'ipv4 "vpn01.bremen.freifunk.net" port 10000'},
vpn02 = { },
key = '93a15a14d85a165b86624c89d69c481043cb60542bfa3d2896615b66a57ab02c', vpn02 = {
remotes = {'ipv4 "vpn02.bremen.freifunk.net" port 10000'}, key = '93a15a14d85a165b86624c89d69c481043cb60542bfa3d2896615b66a57ab02c',
}, remotes = {'ipv4 "vpn02.bremen.freifunk.net" port 10000'},
vpn03 = { },
key = '6c16136b58da06e3cc83bc92ef09bb19b7dfa787e390929a0ac0d4bbebddee2b', vpn03 = {
remotes = {'ipv4 "vpn03.bremen.freifunk.net" port 10000'}, key = '6c16136b58da06e3cc83bc92ef09bb19b7dfa787e390929a0ac0d4bbebddee2b',
remotes = {'ipv4 "vpn03.bremen.freifunk.net" port 10000'},
},
}, },
}, },
}, },

View File

@ -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 \