samsung-matissewifi-downstream: fix deviceinfo

Fix the following:
[Warning!] deviceinfo_flash_heimdall_partition_rootfs: Property is set to its default value ("SYSTEM") and can be removed.
[Error!!!] deviceinfo_keyboard: This property is obsolete: Programs should automatically detect if the device currently has a keyboard or not (often it can be hotplugged anyway).

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7301>
This commit is contained in:
Raymond Hackley 2025-11-05 11:56:12 +00:00 committed by The Friendly Merge Bot
parent c83c7c6a6c
commit 5a265cacbe
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-matissewifi-downstream
pkgdesc="Samsung Galaxy Tab 4 10.1 (Downstream)"
pkgver=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -22,5 +22,5 @@ package() {
sha512sums="
67a09613beea7df9489f56e3d88808aeeb11c24fab77f577840082798f7a5a1a0e72c4dc2d86369c5563e263efe66a9391bc2953defdae2bc102c31c7f1b6cac deviceinfo
477a759ec8885e46f95e096dad8f4897882cdf23989c2dbf3ed3f97d70e3d3ba591cf2847e4a5601d65f5b7aecf23c7f481e13dbf9cec96009c13f2e0230b4f4 deviceinfo
"

View file

@ -10,7 +10,6 @@ deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="tablet"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1280"
deviceinfo_screen_height="800"
@ -27,4 +26,3 @@ deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x01e00000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_heimdall_partition_kernel="BOOT"
deviceinfo_flash_heimdall_partition_rootfs="SYSTEM"