From d7d2b1c3b699558e25a917d551124e6b0eb21cff Mon Sep 17 00:00:00 2001 From: stebifan Date: Wed, 13 May 2015 04:16:49 +0200 Subject: [PATCH 1/2] Added Node roles --- site.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site.conf b/site.conf index 530439e..a94495f 100644 --- a/site.conf +++ b/site.conf @@ -121,6 +121,15 @@ autoupdater = { }, }, }, +roles = { + default = 'node', + list = { + node = 'Normal Node', + test = 'Test Node', + backbone = 'Backbone Node', + service = 'Service Node', + }, + }, simple_tc = { mesh_vpn = { ifname = 'mesh-vpn', From 856c2562be4ff480a974c036c65c12433804f990 Mon Sep 17 00:00:00 2001 From: stebifan Date: Wed, 13 May 2015 04:17:33 +0200 Subject: [PATCH 2/2] Added gluon-luci-node-role --- site.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/site.mk b/site.mk index c77664a..29f3d8e 100644 --- a/site.mk +++ b/site.mk @@ -18,6 +18,7 @@ GLUON_SITE_PACKAGES := \ gluon-luci-autoupdater \ gluon-luci-portconfig \ gluon-luci-private-wifi \ + gluon-luci-node-role \ gluon-next-node \ gluon-mesh-vpn-fastd \ gluon-radvd \