0272a7de51
Add modem-qcom-msm-downstream-common package that pulls in the dependencies. qcom_rmtfs now has udev rules to find the storage partitions. My hope is they can be written flexibly enough to cover all devices and kernel flavors.
18 lines
559 B
Text
18 lines
559 B
Text
pkgname=modem-qcom-msm-mainline-common
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
pkgdesc="Common support for Qualcomm MSM modems on the mainline kernel"
|
|
url="https://postmarketos.org/"
|
|
arch="armhf"
|
|
license="GPL-3.0-or-later"
|
|
depends="qcom_rmtfs rpmsgexport"
|
|
makedepends=""
|
|
options="!check"
|
|
subpackages=""
|
|
source="udev.rules"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir/udev.rules" "$pkgdir/usr/lib/udev/rules.d/55-$pkgname.rules"
|
|
}
|
|
|
|
sha512sums="a68d91d2747ee2c8ff3940ae02d7c6874b151ecbee6798d2b0215625b1d1e336c6d7c9ee9bebefa70c79c594bd00c9b8d059d958e875234d3bc348cfb1051147 udev.rules"
|