motorola-osprey: rename to Motorola Moto G 2015 (MR 3746)
motorola-osprey has a very clunky name at the moment "Motorola Moto G 3rd gen. (2015)". The device was mostly just called "Motorola Moto G" by Motorola, so it is hard to choose a fitting (but unique) name. In the postmarketOS wiki it is called "Motorola Moto G 2015" so let's just drop the "3rd gen." in the pmOS device package as well. Also make the deviceinfo consistent with harpia while at it.
This commit is contained in:
parent
a4a0451269
commit
7273c5d1b3
2 changed files with 11 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-motorola-osprey
|
||||
pkgver=6
|
||||
pkgrel=1
|
||||
pkgdesc="Motorola Moto G 3rd gen. (2015)"
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
pkgdesc="Motorola Moto G 2015"
|
||||
url="https://postmarketos.org"
|
||||
arch="aarch64"
|
||||
license="MIT"
|
||||
|
@ -34,5 +34,5 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
64269d7652650a0589bb15550966063c603cf9f1b41483e6d31be18a6e090be20c1878085b46ed1ba27d33c45710e8f3209a85f3259a8432e407460aa1ac44b9 deviceinfo
|
||||
e21917fbbbd319bc48e40ab7c06e204fc5b3351ce7f669ccd1dbfc28f8ee7f7249e92a52a2dbbddd9d4aea43f447744b7705369cd65599f8566430ad5525c6fc deviceinfo
|
||||
"
|
||||
|
|
|
@ -2,22 +2,23 @@
|
|||
# Please use double quotes only. You can source this file in shell scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="Motorola Moto G 3rd gen. (2015)"
|
||||
deviceinfo_name="Motorola Moto G 2015"
|
||||
deviceinfo_manufacturer="Motorola"
|
||||
deviceinfo_codename="motorola-osprey"
|
||||
deviceinfo_year="2015"
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_dtb="qcom/msm8916-motorola-osprey"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="panel-motorola-osprey-inx msm rmi-i2c"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_arch="aarch64"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
|
||||
# Splash screen
|
||||
# Device related
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="720"
|
||||
deviceinfo_screen_height="1280"
|
||||
deviceinfo_getty="ttyMSM0;115200"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
|
|
Loading…
Reference in a new issue