fairphone-fp1: add mainline deviceinfo variables (MR 2637)
While it doesn't make sense to package a mainline kernel for FP1 (only UART and basic SoC components supported), it's good to include the dtb name in deviceinfo so external tools can use it.
This commit is contained in:
parent
eddbe11b52
commit
1ff8393c4b
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-fairphone-fp1
|
||||
pkgdesc="Fairphone 1"
|
||||
pkgver=0.1
|
||||
pkgrel=8
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -20,5 +20,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
938ab5ea1258dd1976a5fa36997359ff1f21cc8a691fe99b8fca43ecc9a38f350baba8b5ad08f981198e013226220fc4f7ef321ccdc1de19651773a4a12ca738 deviceinfo
|
||||
01d34ac04c3f461a98fd7562119dae59a5228d70e8ce1694a56faf1e91881c5de716dff15ffae6a4e6c34b85f8ebf1f2a8dee4aab2be7afab40fa2bbac0b7c85 deviceinfo
|
||||
"
|
||||
|
|
|
@ -6,6 +6,8 @@ deviceinfo_name="Fairphone 1"
|
|||
deviceinfo_manufacturer="Fairphone"
|
||||
deviceinfo_codename="fairphone-fp1"
|
||||
deviceinfo_year="2013"
|
||||
deviceinfo_dtb_mainline="mt6589-fairphone-fp1"
|
||||
deviceinfo_append_dtb_mainline="true"
|
||||
deviceinfo_arch="armv7"
|
||||
|
||||
# Device related
|
||||
|
|
Loading…
Reference in a new issue