lg-judyp: enable getty on ttyMSM0

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6302

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Paul Sajna 2025-03-09 13:57:33 -07:00 committed by Pablo Correa Gómez
parent d66f753f74
commit 7ee4100179
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=4
pkgrel=1
pkgver=5
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -26,6 +26,6 @@ package() {
}
sha512sums="
63398752663d760067869268552aafca737af8106e9b8c67e24f9f3f218f2be2a75ccbd745eed0304711e06689de2f69ecbe5d8ba423d6fb845f4030be3a1e8e deviceinfo
798dde39d6b1bf00bc5d4f157216893d18d8478e23062b8fac80e55a6d4838bfaf9c41fdf2dc6c51e867294540daae5f6514d0c63f551379a86513d9a56fc814 deviceinfo
09fb39b4698e3fd433e35f94b4c39787a4ff9af258e8a85b5a197fb2676f993da2666ffb4ae98c41f35446d52b3578e1e6ebd06cc7010287ca140bf207c3a8af modules-initfs
"

View file

@ -22,6 +22,7 @@ deviceinfo_rootfs_image_sector_size="4096"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="modprobe.blacklist=ipa"
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_dtb_second="false"