device-apple-idevice: remove deviceinfo_chassis
Doesn't make sense for generic devices and is no longer required as it should be provided by Devicetree. Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7801>
This commit is contained in:
parent
e34ce370a7
commit
03be51673d
2 changed files with 2 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
maintainer="Aster Boese <asterboese@mailbox.org>"
|
||||
pkgname=device-apple-idevice
|
||||
pkgdesc="Apple Generic Apple iDevice"
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -44,6 +44,6 @@ kernel_16k() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
d8c125102558a141e113e6b64edfe9945f6bb6837a87f1886d95992aefa3f5306c012b243e54966909104c57352c64026c5a6d34700ce6ac2d1ae967cdebf970 deviceinfo
|
||||
5632b97a46daa26d37d290d987f4667390479c6e525a5bd40786f5806a76c9bb94487f3094e1d17524ab4dcb006e878156056cc90c5387d104530860a5a14812 deviceinfo
|
||||
f4df83d543efb5748743f56fbfeddc6734ad341fb623f796faa74b4f42cadfd9a7b1aea2bd3a6f7aa3f284bcb34c05b2ec2a1704ad6e88b043f92dc0de14a573 modules-initfs
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ deviceinfo_year="2013"
|
|||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
# Some devices (e.g. iPads) are not handsets, but most are.
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_external_storage="false"
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
# Futureproofing since the size that can be passed to iBoot is a limitation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue