Rewrite luci app in javascript without external sources CC-Signed-off-by: Nick Hainke <vincent@systemli.org> Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
17 lines
239 B
JSON
17 lines
239 B
JSON
{
|
|
"luci-app-babeld": {
|
|
"description": "Grant UCI access for babeld",
|
|
"read": {
|
|
"uci": [ "babeld" ],
|
|
"ubus": {
|
|
"babeld": [ "*" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "babeld" ],
|
|
"ubus": {
|
|
"babeld": [ "*" ]
|
|
}
|
|
}
|
|
}
|
|
}
|