deviceinfo 919 B

1234567891011121314151617181920212223242526272829303132
  1. # Reference: <https://postmarketos.org/deviceinfo>
  2. # Please use double quotes only. You can source this file in shell scripts.
  3. deviceinfo_format_version="0"
  4. deviceinfo_name="LG L65"
  5. deviceinfo_manufacturer="LG"
  6. deviceinfo_date=""
  7. deviceinfo_keyboard="false"
  8. deviceinfo_nonfree="????"
  9. deviceinfo_dtb=""
  10. deviceinfo_modules_initfs=""
  11. deviceinfo_external_disk="true"
  12. deviceinfo_external_disk_install="true"
  13. deviceinfo_flash_methods="fastboot"
  14. deviceinfo_arch="armhf"
  15. deviceinfo_msm_refresher="true"
  16. # Splash screen
  17. deviceinfo_screen_width="480"
  18. deviceinfo_screen_height="800"
  19. # Fastboot related
  20. deviceinfo_generate_bootimg="true"
  21. deviceinfo_flash_offset_kernel="0x00008000"
  22. deviceinfo_flash_offset_ramdisk="0x01000000"
  23. deviceinfo_flash_offset_second="0x00f00000"
  24. deviceinfo_flash_offset_tags="0x00000100"
  25. deviceinfo_flash_pagesize="2048"
  26. # Weston red screen workaround (see issue #54)
  27. deviceinfo_weston_pixman_type="2"