0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-19 00:12:33 +00:00
Puran Lyu 468ad9f792 luci-app-irqbalance: add new package
Add LuCI interface for irqbalance package

Signed-off-by: Puran Lyu <pl2355@nyu.edu>
2023-12-30 23:36:31 +00:00

25 lines
522 B
JSON

{
"luci-app-irqbalance": {
"description": "Grant UCI access for luci-app-irqbalance",
"read": {
"file": {
"/proc/interrupts": [
"read"
]
},
"ubus": {
"service": [
"list"
]
},
"uci": [
"irqbalance"
]
},
"write": {
"uci": [
"irqbalance"
]
}
}
}