autocore: sync with upstream source

This commit is contained in:
CN_SZTL 2021-01-09 02:24:28 +08:00
parent 050e950eee
commit bc939ccb15
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 20 additions and 2 deletions

View File

@ -56,6 +56,15 @@
}
},
"luci-mod-status-channel_analysis": {
"description": "Grant access to the system route status",
"read": {
"ubus": {
"iwinfo": [ "info", "freqlist" ]
}
}
},
"luci-mod-status-firewall": {
"description": "Grant access to firewall status",
"read": {
@ -125,7 +134,7 @@
},
"write": {
"ubus": {
"hostapd.*": [ "del_client" ]
"hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ]
}
}
}

View File

@ -56,6 +56,15 @@
}
},
"luci-mod-status-channel_analysis": {
"description": "Grant access to the system route status",
"read": {
"ubus": {
"iwinfo": [ "info", "freqlist" ]
}
}
},
"luci-mod-status-firewall": {
"description": "Grant access to firewall status",
"read": {
@ -125,7 +134,7 @@
},
"write": {
"ubus": {
"hostapd.*": [ "del_client" ]
"hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ]
}
}
}