device-samsung-klimtlte: depend on postmarketos-initramfs-minimal (MR 5365)

.. when using mainline kernel.  The boot partition on the device is
only 8 MB, while built boot.img is 11 MB.  Fix by decreasing initramfs
size by depending on postmarketos-initramfs-minimal.  Problems were
likely introduced by postmarketOS/pmaports!5000.
This commit is contained in:
Henrik Grimler 2024-07-21 00:09:48 +02:00 committed by Clayton Craft
parent 01ea0922af
commit 98cdee89e7
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=device-samsung-klimtlte
pkgdesc="Samsung Galaxy Tab S 8.4 LTE"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -42,7 +42,7 @@ kernel_downstream() {
kernel_mainline() {
pkgdesc="Mainline WIP (usb networking and wifi works but not much else)"
depends="linux-postmarketos-exynos5"
depends="linux-postmarketos-exynos5 postmarketos-initramfs-minimal"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}