samsung-j5(x): depend on Samsung modem workaround
This was required to get a working modem on J5 2015 and 2016, see: - Closes https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3860 - https://wiki.postmarketos.org/wiki/Samsung_Galaxy_J5_2015_(samsung-j5)#Modem - https://wiki.postmarketos.org/wiki/Samsung_Galaxy_J5_2016_(samsung-j5x)#Modem [Raymond: add j5] Co-developed-by: Raymond Hackley <wonderfulShrineMaidenOfParadise@postmarketos.org>
This commit is contained in:
parent
ce67c46bd4
commit
a0e8b199be
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-samsung-j5
|
||||
pkgdesc="Samsung Galaxy J5 (2015)"
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -14,6 +14,7 @@ depends="
|
|||
postmarketos-base
|
||||
soc-qcom-msm8916
|
||||
soc-qcom-msm8916-rproc
|
||||
soc-samsung-msm8916-modem-workaround
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo modules-initfs"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-samsung-j5x
|
||||
pkgdesc="Samsung Galaxy J5 (2016)"
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -14,6 +14,7 @@ depends="
|
|||
postmarketos-base
|
||||
soc-qcom-msm8916
|
||||
soc-qcom-msm8916-rproc
|
||||
soc-samsung-msm8916-modem-workaround
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo modules-initfs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue