lg-judyln: work around hang (MR 4353)

With IPA active, the device hangs shortly after booting into the rootfs
(the initramfs shell is fine as far as I can tell). Blacklisting it
works around this for now.

This is a regression, and did not happen when the device originally was
introduced.
This commit is contained in:
Stefan Hansson 2023-08-28 15:25:29 +02:00 committed by Pablo Correa Gómez
parent 6002e51b70
commit 7bfc8fad09
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
2 changed files with 4 additions and 3 deletions

View file

@ -2,8 +2,8 @@
# Maintainer: Newbyte <newbie13xd@gmail.com>
pkgname=device-lg-judyln
pkgdesc="LG G7 ThinQ"
pkgver=2
pkgrel=2
pkgver=2.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -21,6 +21,6 @@ package() {
}
sha512sums="
9b5786d1498c2531a6850af35a250c0b1dbd45e3ddcc0c4ec4e0f54180707d423a7f14efcb6a57ce4bce33474dcc7470ded4efbfd56576acff8c6a352c194298 deviceinfo
e0119fc37e68e700ddd0863ebf7d54430abdacd5deefe59c08020e6548afd5d15dd81710712f3f78eb1acc253a530b2b220e6466e3b94a92d05decaa844f9e42 deviceinfo
09fb39b4698e3fd433e35f94b4c39787a4ff9af258e8a85b5a197fb2676f993da2666ffb4ae98c41f35446d52b3578e1e6ebd06cc7010287ca140bf207c3a8af modules-initfs
"

View file

@ -21,6 +21,7 @@ deviceinfo_rootfs_image_sector_size="4096"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="modprobe.blacklist=ipa"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_mtk_mkimage="false"