samsung-gt58: Fix deviceinfo property name for lte variant (MR 2594)
Due to the fact that wifi variants have different modem configuration (modem on non-lte deviecs is ignored for now but that may change) the lte kernel name should be called "modem-lte" and not just "modem". The deviceinfo proerty was overlooked when converting gt58lte to generic gt58 port. This makes it impossible to install LTE enabled kernel. Fix the property name.
This commit is contained in:
parent
7f97b0dcd8
commit
8282d2f353
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-gt58
|
||||
pkgdesc="Samsung Galaxy Tab A 8.0 (2015)"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -53,6 +53,6 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
22220a98b127734caeb72d59b7c6d6ff7ade7c5fadc934b2b8db41a989c4ca21c47ab9f7026785841c0496f5420c1c8a336ac605bc2437734deb695c7b1c614d deviceinfo
|
||||
47b4a546ecdca8b61235290219b6c7d950ce3163cd0de2ded2648f2c4f2151ef1efcfa4c8c25774a69b99d77ae29c4dcb9d59995b9d0e82f380318c5c9d095c0 deviceinfo
|
||||
bc620d2031027405f70eea68854744799b460db0d787e2c844556f437120eea0fc857689c6894dd485a5cd3794c7fb5281b901e9e10da1b550c637a852445180 rootston.ini
|
||||
"
|
||||
|
|
|
@ -7,7 +7,7 @@ deviceinfo_manufacturer="Samsung"
|
|||
deviceinfo_codename="samsung-gt58"
|
||||
deviceinfo_year="2015"
|
||||
deviceinfo_dtb_mainline="qcom/msm8916-samsung-gt58"
|
||||
deviceinfo_dtb_mainline_modem="qcom/msm8916-samsung-gt58lte-modem"
|
||||
deviceinfo_dtb_mainline_modem_lte="qcom/msm8916-samsung-gt58lte-modem"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="panel-samsung-s6d7aa0-lsl080al03 msm zinitix"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
|
Loading…
Add table
Reference in a new issue