asus-z00l: stop installing venus firmware (MR 2613)

Apparently this firmware is also available via the msm-firmware-loader
already so there is no need to redistribute this and waste space on rootfs.
This commit is contained in:
Minecrell 2021-10-18 19:04:48 +02:00
parent 0163ac2624
commit a901d4575d
No known key found for this signature in database
GPG key ID: B77CE638A6C2E562

View file

@ -2,7 +2,7 @@
# Maintainer: Antony J.R. <antonyjr@pm.me>
pkgname=device-asus-z00l
pkgdesc="ASUS Zenfone 2 Laser (720p)"
pkgver=2
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -39,7 +39,7 @@ kernel_mainline_modem() {
nonfree_firmware() {
pkgdesc="GPU/WiFi/BT/Video(/Modem) firmware"
depends="linux-firmware-qcom msm-firmware-loader firmware-asus-z00l-wcnss-nv firmware-asus-z00l-venus"
depends="linux-firmware-qcom msm-firmware-loader firmware-asus-z00l-wcnss-nv"
mkdir "$subpkgdir"
}