sony-tulip: fix missing new line in deviceinfo (MR 1511)
This commit is contained in:
parent
28c64079db
commit
f6b004f3f5
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-sony-tulip
|
||||
pkgdesc="Sony Xperia M4 Aqua"
|
||||
pkgver=0.1
|
||||
pkgver=0.2
|
||||
pkgrel=5
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -20,4 +20,4 @@ package() {
|
|||
}
|
||||
|
||||
|
||||
sha512sums="41f198f3569db4a4ab701f47455e985c0ea281f85181b9e3135f9f9adc6c200173c98080493e4998d58a0d5edd2727d4cadf8a406fdeebc39fc55274cca4d92e deviceinfo"
|
||||
sha512sums="2edd26eca69a96ad7ee1659d04c2fc796cd83e58b44a73f2ba2fa5d48d325fd10fafbce5d88654f3e6fd2fea3aa72cc5afb0e5a3687df83225afb1d354e7ab56 deviceinfo"
|
||||
|
|
|
@ -19,7 +19,8 @@ deviceinfo_screen_height="1280"
|
|||
deviceinfo_dev_touchscreen="/dev/input/event0"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot" deviceinfo_kernel_cmdline="console=ttyHSL0,115200,n8 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 earlyprintk"
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_kernel_cmdline="console=ttyHSL0,115200,n8 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 earlyprintk"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_flash_offset_base="0x81dfff00"
|
||||
|
|
Loading…
Reference in a new issue