device-zhihe-generic: rename from device-generic-zhihe
This was the only package starting with "device-generic-" that did not end in an architecture name, which means it is not generic for that architecture. Rename this package, so we can define all packages starting with "device-generic-" as Generic Device Packages and document guidelines for making these types of packages consistent. Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8122>
This commit is contained in:
parent
92886d24bf
commit
31a4d7ae92
3 changed files with 7 additions and 6 deletions
|
|
@ -2,14 +2,15 @@
|
|||
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
maintainer="Yang Xiwen <forbidden405@outlook.com>"
|
||||
pkgname=device-generic-zhihe
|
||||
pkgname=device-zhihe-generic
|
||||
pkgdesc="A generic device package for various MSM8916-based dongles(namely zhihe)"
|
||||
pkgver=6
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="GPL"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
provides="device-generic-zhihe=$pkgver-r$pkgrel"
|
||||
depends="
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
|
|
@ -59,6 +60,6 @@ kernel_uz801() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
659053375813c4efd4ca8476dfc7ff38d1d54bdb0f01df156bd2fcd7dae6c06358201c37aaa094544eb99c921db94fb92b8bacfd89d20421bd564ceb0b7a7a73 deviceinfo
|
||||
c8540cfb5f2e9bf9d5b2736762ef7dceb2243e8a4d439f4ca9382c670818dd4641ea3559dc0054901a37070a05576f6dccb279f4de4e36513af00cf41c17a7b3 deviceinfo
|
||||
37e1e5f8839b624ab3eb850a24ed4daeb61a651257a1fb593f49cb869323e5d1b339c831a18eb26a9d7bd0a618ea9eb2bb9bf3882133af5f2606a878e6d39c67 kernel-cmdline.conf
|
||||
"
|
||||
|
|
@ -3,9 +3,9 @@
|
|||
# scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="Generic Zhihe series LTE dongles"
|
||||
deviceinfo_manufacturer="Generic"
|
||||
deviceinfo_codename="generic-zhihe"
|
||||
deviceinfo_name="Zhihe series LTE dongles"
|
||||
deviceinfo_manufacturer="Zhihe"
|
||||
deviceinfo_codename="zhihe-generic"
|
||||
deviceinfo_year="2021"
|
||||
deviceinfo_dtb_uz801="qcom/msm8916-yiming-uz801v3"
|
||||
deviceinfo_dtb_ufi001c="qcom/msm8916-thwc-ufi001c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue