fairphone-fp3: configure getty (MR 2557)
This commit is contained in:
parent
5979bd6813
commit
fee7c1c74c
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-fairphone-fp3
|
||||
pkgdesc="Fairphone 3"
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -41,5 +41,5 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
90453ae44a2ee6b04d1bd4b461a477f5660d257b8736cacaca95d6d95788c1625abf68c00aca1d6893e1797310480f83fc98ec55301a79f1b2fcacace6321ddb deviceinfo
|
||||
00d37e819f984e15ead280b398e58b19e6302ff6d5486e9b536a62175a620bb434f3a036a15ac3f02a3b835baf352869ad0367e31cd5f549cee86aa62234300d deviceinfo
|
||||
"
|
||||
|
|
|
@ -17,6 +17,7 @@ deviceinfo_keyboard="false"
|
|||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="1080"
|
||||
deviceinfo_screen_height="2160"
|
||||
deviceinfo_getty="ttyMSM0;115200"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
|
|
Loading…
Reference in a new issue