lg-judyp: 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.
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Stefan Hansson 2023-08-28 15:26:43 +02:00 committed by Pablo Correa Gómez
parent 7bfc8fad09
commit a520b35993
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: Jenneron <jenneron@protonmail.com>
pkgname=device-lg-judyp
pkgdesc="LG V35 ThinQ"
pkgver=2
pkgrel=2
pkgver=2.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -21,6 +21,6 @@ package() {
}
sha512sums="
c66a1a9b8a33bcaf33971516958b877410d31570679cf15882fb52c34499fd6b9e54aca059c7b153eb7a239ad47267c8bf261ce0a4b91ce5a63b05c3bf4ee232 deviceinfo
7fdd861ff2411c530eeefb052ec5df5a070b07f1af1a39237453ded0d24631a91f9c14e923c5e727daf4a43f71588958aa526bd828ee65ac5b3a2ef910fc6ac7 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"