device-samsung-chagallwifi: 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:05:34 +02:00 committed by Clayton Craft
parent f2d5368d72
commit 01ea0922af
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=device-samsung-chagallwifi
pkgdesc="Samsung Galaxy Tab S 10.5"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -43,7 +43,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
}