Skip to content
Snippets Groups Projects
Commit 1e21dbcf authored by lemoer's avatar lemoer
Browse files

gluon-web-network: make roles "uplink" / "mesh" and "client" exclusive

parent 7805ff70
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ uci:foreach('gluon', 'interface', function(config)
ifaces:value('uplink', 'Uplink')
ifaces:value('mesh', 'Mesh')
ifaces:value('client', 'Client')
ifaces:exclusive('uplink', 'client')
ifaces:exclusive('mesh', 'client')
ifaces.default = config.role
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment