From 4c519d5fef4c22e05915c9ce9ee9c30892c2e1ea Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 2 May 2015 22:21:09 +0200 Subject: [PATCH] Make mesh-vpn methods configurable --- site.conf | 1 + site.mk | 1 + 2 files changed, 2 insertions(+) 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 \