diff --git a/site.conf b/site.conf index c336886..352ce62 100644 --- a/site.conf +++ b/site.conf @@ -58,6 +58,7 @@ }, fastd_mesh_vpn = { + configurable = true, methods = {'salsa2012+umac'}, mtu = 1280, groups = { diff --git a/site.mk b/site.mk index 68ac825..c8ed86d 100644 --- a/site.mk +++ b/site.mk @@ -13,6 +13,7 @@ GLUON_SITE_PACKAGES := \ gluon-legacy \ gluon-luci-admin \ gluon-luci-autoupdater \ + gluon-luci-mesh-vpn-fastd \ gluon-luci-portconfig \ gluon-luci-wifi-config \ gluon-next-node \