device-xiaomi-elish: disable framebuffer console output (MR 4910)
This commit is contained in:
parent
eb7d184a0f
commit
f133310c02
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-xiaomi-elish
|
||||
pkgdesc="Xiaomi Mi Pad 5 Pro"
|
||||
pkgver=0.7
|
||||
pkgrel=4
|
||||
pkgver=0.8
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -67,6 +67,6 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
b1eae47e71f20658f716fe8873ed255a54f52f2102a57cbfeb3f42d2c4e40cc1a164035d7eaa3ebfa94ed75ef1362677de07035ce7c2f28c947e832e26e13d44 deviceinfo
|
||||
767b9347ef08e8dad66c9f9afa282e53fbc7eafa240d49a18de4bdb3cf4b586f236cb0cb5709ff83ac2db0ccfc2e63c657fb7b746c1abf59d707b22e4d4267ed deviceinfo
|
||||
08429bea885350e34c4d7f7aec02e440080a78db3ac10d8a757012ffa5dcafe93a12db24e37201d02cd423db9c33cf0bafcd0c03935dfa159a2e89ccafe93f3e modules-initfs
|
||||
"
|
||||
|
|
|
@ -25,7 +25,7 @@ deviceinfo_append_dtb="true"
|
|||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_kernel_cmdline="PMOS_NO_OUTPUT_REDIRECT"
|
||||
deviceinfo_kernel_cmdline="console=null"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_bootimg_mtk_mkimage="false"
|
||||
|
|
Loading…
Reference in a new issue