[nextbit-robin] Added msm-fb-refresher so display is now working properly (#1197)
This commit is contained in:
parent
0fbe7ee76c
commit
d7a22e3636
2 changed files with 6 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
pkgname="device-nextbit-robin"
|
||||
pkgdesc="Nextbit Robin"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
options="!check"
|
||||
depends="linux-nextbit-robin mkbootimg mesa-dri-swrast"
|
||||
depends="linux-nextbit-robin mkbootimg msm-fb-refresher mesa-dri-swrast"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo"
|
||||
|
||||
|
@ -19,4 +19,4 @@ package() {
|
|||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="ec1ead18fdf62acb0f45591b86c5f189b772a2bea555c9e0fef61e37ebbeb6aba5f919bc772bb8965ee3b03924875f24a6d8aff489345826651314132c207086 deviceinfo"
|
||||
sha512sums="d6c1e1654671605a42e7dbf9a17116d306cce7169a11e125ec1f95ba8a3a0e3876c1548a9e858003cfdadde03fbf48e96547c67211d14bc815e12c714f35c613 deviceinfo"
|
||||
|
|
|
@ -19,6 +19,9 @@ deviceinfo_dev_touchscreen=""
|
|||
deviceinfo_dev_touchscreen_calibration=""
|
||||
deviceinfo_dev_keyboard=""
|
||||
|
||||
|
||||
deviceinfo_msm_refresher="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_kernel_cmdline="console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 boot_cpus=0-3"
|
||||
|
|
Loading…
Reference in a new issue