main/msm-firmware-loader: fix provides (MR 3597)
This commit is contained in:
parent
f01b561b97
commit
f8d12ed781
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=msm-firmware-loader
|
||||
pkgver=1.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Set of init services to automatically load firmware from device partitions"
|
||||
url="https://postmarketos.org/"
|
||||
subpackages="$pkgname-wcnss"
|
||||
|
@ -33,7 +33,7 @@ package() {
|
|||
|
||||
wcnss() {
|
||||
pkgdesc="Use WiFi/BT firmware from stock firmware partition using $pkgname"
|
||||
provides="firmware-qcom-msm8916-wcnss"
|
||||
provides="firmware-qcom-msm8916-wcnss=$pkgver-r$pkgrel"
|
||||
depends="$pkgname"
|
||||
|
||||
# empty package, just some magic
|
||||
|
|
Loading…
Reference in a new issue