Skip to content

Commit

Permalink
build: fix skipping ath10k CT driver
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 25, 2024
1 parent 8fcd222 commit 90ea211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ EOF
# qualcomm wave1 devices shouldn't use the CT/CandelaTech wifi driver
devpkgs="$(make info | grep "$p:" -A 2 | tail -n1 | cut -d':' -f2)"
if [[ "$devpkgs" =~ ath10k-firmware-qca9887 ]]; then
packages="kmod-ath10k ath10k-firmware-qca9887 -kmod-ath10k-ct -ath10k-firmware-qca9887-ct $packages"
packages="kmod-ath10k ath10k-firmware-qca9887 -kmod-ath10k-ct -ath10k-firmware-qca9887-ct -kmod-ath10k-ct-smallbuffers $packages"
fi
if [[ "$devpkgs" =~ ath10k-firmware-qca988x ]]; then
packages=" kmod-ath10k ath10k-firmware-qca988x -kmod-ath10k-ct -ath10k-firmware-qca988x-ct $packages"
packages=" kmod-ath10k ath10k-firmware-qca988x -kmod-ath10k-ct -ath10k-firmware-qca988x-ct -kmod-ath10k-ct-smallbuffers $packages"
fi

# broken kernel module (6/2024)
Expand Down

0 comments on commit 90ea211

Please sign in to comment.