0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-07 10:29:52 +00:00
Ayushman Tripathi 0c3f396b2f luci-app-babeld: migrate to js
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
[fixup commit message, resolve merge conflict]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-09-26 09:30:05 +02:00

25 lines
282 B
JSON

{
"luci-app-babeld": {
"description": "Grant UCI access for luci-app-babeld",
"read": {
"uci": [
"babeld"
],
"ubus": {
"babeld": [
"*"
]
}
},
"write": {
"uci": [
"babeld"
],
"ubus": {
"babeld": [
"*"
]
}
}
}
}