device-alcatel-ttab: fix mtk_label_* deviceinfo vars

These variables were renamed and I guess this package was missed.

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7835>
This commit is contained in:
Clayton Craft 2026-01-24 14:19:32 -08:00 committed by The Friendly Merge Bot
parent 24bdbf5675
commit a3ee13fb36
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-alcatel-ttab
pkgdesc="Alcatel Telekom Puls"
pkgver=1
pkgrel=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -24,5 +24,5 @@ package() {
}
sha512sums="
8d43d528b070ed4594095bfa978efcaec8eba63fc940a34a303da94a11b00d3829486b6e70b8d8202f68b49a6b6028bce84f732b564f1c6d54df0ecca4bf5c6c deviceinfo
e161758975bc4f1aef466b33d1a6c40b1537a54fa05094e27d874de2f0a5f0171b73b2628e4b211d0cf855c5af1a1b95cf59cba35291ca385ad73078a4f2857c deviceinfo
"

View file

@ -19,8 +19,8 @@ deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="androidboot.hardware=mt8127"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_pagesize="2048"
deviceinfo_mtk_label_kernel="KERNEL"
deviceinfo_mtk_label_ramdisk="ROOTFS"
deviceinfo_bootimg_mtk_label_kernel="KERNEL"
deviceinfo_bootimg_mtk_label_ramdisk="ROOTFS"
deviceinfo_header_version="0"
deviceinfo_flash_offset_base="0x80000000"
deviceinfo_flash_offset_kernel="0x00008000"