hostapd: add missing ubus ACL entries for AP+client (#13449)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
50e16efd41
commit
f5380184e6
2 changed files with 7 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=hostapd
|
PKG_NAME:=hostapd
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
PKG_SOURCE_URL:=http://w1.fi/hostap.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
"access": {
|
"access": {
|
||||||
"service": {
|
"service": {
|
||||||
"methods": [ "event" ]
|
"methods": [ "event" ]
|
||||||
|
},
|
||||||
|
"wpa_supplicant": {
|
||||||
|
"methods": [ "phy_set_state", "phy_set_macaddr_list", "phy_status" ]
|
||||||
|
},
|
||||||
|
"hostapd": {
|
||||||
|
"methods": [ "apsta_state" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
|
"publish": [ "hostapd", "hostapd.*", "wpa_supplicant", "wpa_supplicant.*" ],
|
||||||
|
|
Loading…
Reference in a new issue