device-samsung-lt01: depend on minimal initramfs (MR 5241)

This device probably has a small boot partition where the big initramfs
won't fit, so use this.
This commit is contained in:
Stefan Hansson 2024-06-18 22:13:58 +02:00
parent ed5b11da90
commit 8ccbb8a864
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=device-samsung-lt01 pkgname=device-samsung-lt01
pkgdesc="Samsung Galaxy Tab 3 8.0" pkgdesc="Samsung Galaxy Tab 3 8.0"
pkgver=1 pkgver=1
pkgrel=3 pkgrel=4
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armv7" arch="armv7"
@ -12,6 +12,7 @@ depends="
alsa-ucm-conf alsa-ucm-conf
mkbootimg mkbootimg
postmarketos-base postmarketos-base
postmarketos-initramfs-minimal
" "
_pmb_recommends="$pkgname-nonfree-firmware" _pmb_recommends="$pkgname-nonfree-firmware"
makedepends="devicepkg-dev" makedepends="devicepkg-dev"