device-samsung-klte: add panel module to initramfs (MR 2478)
This will enable the device to display postmarketos logo during boot and other things like osk-sdl. [ci:skip-build] Already built on CI in MR
This commit is contained in:
parent
b358565705
commit
42efcdaddf
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-klte
|
||||
pkgdesc="Samsung Galaxy S5 (G900F)"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -49,5 +49,5 @@ nonfree_firmware() {
|
|||
|
||||
sha512sums="
|
||||
6cef5f8ae1785ac16e6fe84bfc861ac50cdfb94db35d764f44a25c960e123cb82f6e56f45362a5340c62a3d5ac225f2689afd4f6964cb88305a0892ba44214f0 bt-module-deps.conf
|
||||
6296b7a3be89ed90ab4317a087460bbee17ad75b335a8ad900aa25769808c5aba76ba170ac46086f57ec64fab281ac5bf73ccf00cbcfb283dc251da9f59bb746 deviceinfo
|
||||
ddbf2140fdc4b3c50a78a5c946d2bec75debec68a89bfac6e1ad7b112af7c38e916ac056dbe69e266c229e3543427471375d3f5f362dcf35765e86a6bc0f4024 deviceinfo
|
||||
"
|
||||
|
|
|
@ -8,7 +8,7 @@ deviceinfo_codename="samsung-klte"
|
|||
deviceinfo_year="2014"
|
||||
deviceinfo_dtb="qcom-msm8974-samsung-klte"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="pm8941_pwrkey rmi_core rmi_i2c"
|
||||
deviceinfo_modules_initfs="pm8941_pwrkey rmi_core rmi_i2c panel-samsung-s6e3fa2-full"
|
||||
deviceinfo_arch="armv7"
|
||||
|
||||
# Device related
|
||||
|
|
Loading…
Reference in a new issue