diff --git a/site.conf b/site.conf index 57070ca..81ff878 100644 --- a/site.conf +++ b/site.conf @@ -56,7 +56,8 @@ }, fastd_mesh_vpn = { - methods = {'salsa2012+umac','salsa2012+gmac'}, + methods = {'salsa2012+umac'}, + configurable = true, mtu = 1280, groups = { backbone = { diff --git a/site.mk b/site.mk index b810679..cf8aaab 100644 --- a/site.mk +++ b/site.mk @@ -12,6 +12,7 @@ GLUON_SITE_PACKAGES := \ gluon-ebtables-filter-ra-dhcp \ gluon-luci-admin \ gluon-luci-autoupdater \ + gluon-luci-mesh-vpn-fastd \ gluon-luci-portconfig \ gluon-luci-private-wifi \ gluon-luci-wifi-config \