602ecf8bdf
This device package represents several devices, so use plural form in pkgdesc of APKBUILD: pkgdesc="Google Hana Chromebooks" However, when deviceinfo is already installed, it is intended to represent only current device, so use singular form here: deviceinfo_name="Google Hana Chromebook"
28 lines
962 B
Text
28 lines
962 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell
|
|
# scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Google Hana Chromebook"
|
|
deviceinfo_manufacturer="Google"
|
|
deviceinfo_codename="google-hana"
|
|
deviceinfo_year="2017"
|
|
deviceinfo_dtb_hana="mediatek/mt8173-elm-hana"
|
|
deviceinfo_dtb_hana_rev7="mediatek/mt8173-elm-hana-rev7"
|
|
deviceinfo_modules_initfs="hid-i2c-of hid-multitouch elants-i2c elan-i2c elan-i2c-core melfas-mip4 cros-ec-keyb"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="convertible"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1366"
|
|
deviceinfo_screen_height="768"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=null"
|
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
|
deviceinfo_cgpt_kpart_start="8192"
|
|
deviceinfo_cgpt_kpart_size="65536"
|
|
deviceinfo_generate_depthcharge_image="true"
|