Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmod: do not append glob to search for firmware if it is already there
Some kernel modules use globs in their firmware dependencies: modinfo ath11k_pci filename: /lib/modules/6.11.7-amd64/kernel/drivers/net/wireless/ath/ath11k/ath11k_pci.ko.xz firmware: ath11k/WCN6855/hw2.1/* firmware: ath11k/WCN6855/hw2.0/* firmware: ath11k/QCN9074/hw1.0/* firmware: ath11k/QCA6390/hw2.0/* Which means the glob uses a double "**" which breaks it, and the firmwares are skipped. Do not add a "*" if it is already present in the search value.
- Loading branch information