Make mesh-vpn methods configurable

This commit is contained in:
Matthias Schiffer 2015-05-02 22:21:09 +02:00
parent 3eb2c7f3d3
commit 4c519d5fef
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@
}, },
fastd_mesh_vpn = { fastd_mesh_vpn = {
configurable = true,
methods = {'salsa2012+umac'}, methods = {'salsa2012+umac'},
mtu = 1280, mtu = 1280,
groups = { groups = {

View file

@ -13,6 +13,7 @@ GLUON_SITE_PACKAGES := \
gluon-legacy \ gluon-legacy \
gluon-luci-admin \ gluon-luci-admin \
gluon-luci-autoupdater \ gluon-luci-autoupdater \
gluon-luci-mesh-vpn-fastd \
gluon-luci-portconfig \ gluon-luci-portconfig \
gluon-luci-wifi-config \ gluon-luci-wifi-config \
gluon-next-node \ gluon-next-node \