mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: map_genconfig: check for ath12k to identify qca
This commit is contained in:
parent
50bee657ba
commit
9b4c941cd4
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ is_broadcom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
is_qualcomm() {
|
is_qualcomm() {
|
||||||
[ -f /proc/device-tree/compatible ] || return
|
[ -d /sys/module/ath12k ] || return 0
|
||||||
strings /proc/device-tree/compatible | grep -qE '^(qcom,|ipq,)'; return
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
generate_multiap_config() {
|
generate_multiap_config() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue