mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: map_genconfig: fix return of is_qualcomm()
This commit is contained in:
parent
9c6f6acf6c
commit
2bbe7b1eef
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ is_broadcom() {
|
||||||
}
|
}
|
||||||
|
|
||||||
is_qualcomm() {
|
is_qualcomm() {
|
||||||
[ -d /sys/module/ath12k ] || return 0
|
[ -d /sys/module/ath12k ] && return 0
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue