mirror of
https://github.com/openwrt/luci.git
synced 2025-01-19 00:12:33 +00:00
468ad9f792
Add LuCI interface for irqbalance package Signed-off-by: Puran Lyu <pl2355@nyu.edu>
25 lines
522 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |