This commit is contained in:
stebifan 2015-05-13 04:22:56 +02:00
commit 1d0ee223cb
2 changed files with 10 additions and 0 deletions

View File

@ -122,6 +122,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',

View File

@ -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 \