diff --git a/site.conf b/site.conf index bba2fbf..c1f513e 100644 --- a/site.conf +++ b/site.conf @@ -75,7 +75,7 @@ } }, }, -autoupdater = { + autoupdater = { enabled = true, branch = 'stable', branches = { @@ -130,6 +130,15 @@ autoupdater = { }, }, }, + roles = { + default = 'node', + list = { + 'node', + 'test', + 'backbone', + 'service', + }, + }, simple_tc = { mesh_vpn = { ifname = 'mesh-vpn', diff --git a/site.mk b/site.mk index 67e0ecd..761071a 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 \