forked from Freifunk-Troisdorf/site
Merge branch 'master' of https://github.com/Freifunk-Troisdorf/site
This commit is contained in:
commit
1d0ee223cb
@ -122,6 +122,15 @@ autoupdater = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
roles = {
|
||||||
|
default = 'node',
|
||||||
|
list = {
|
||||||
|
node = 'Normal Node',
|
||||||
|
test = 'Test Node',
|
||||||
|
backbone = 'Backbone Node',
|
||||||
|
service = 'Service Node',
|
||||||
|
},
|
||||||
|
},
|
||||||
simple_tc = {
|
simple_tc = {
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
ifname = 'mesh-vpn',
|
ifname = 'mesh-vpn',
|
||||||
|
1
site.mk
1
site.mk
@ -18,6 +18,7 @@ GLUON_SITE_PACKAGES := \
|
|||||||
gluon-luci-autoupdater \
|
gluon-luci-autoupdater \
|
||||||
gluon-luci-portconfig \
|
gluon-luci-portconfig \
|
||||||
gluon-luci-private-wifi \
|
gluon-luci-private-wifi \
|
||||||
|
gluon-luci-node-role \
|
||||||
gluon-next-node \
|
gluon-next-node \
|
||||||
gluon-mesh-vpn-fastd \
|
gluon-mesh-vpn-fastd \
|
||||||
gluon-radvd \
|
gluon-radvd \
|
||||||
|
Loading…
Reference in New Issue
Block a user