0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 20:35:09 +00:00
Paul Donald 3aa60877ea luci-app-rp-pppoe-server: convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-07 22:30:23 +02:00

12 lines
193 B
JSON

{
"luci-app-rp-pppoe-server": {
"description": "Grant UCI access for luci-app-rp-pppoe-server",
"read": {
"uci": [ "pppoe", "network" ]
},
"write": {
"uci": [ "pppoe" ]
}
}
}