device-samsung-i9100: 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:42 +02:00
parent 68af03bdf5
commit ed5b11da90
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -1,12 +1,12 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-i9100
pkgver=7
pkgrel=0
pkgrel=1
pkgdesc="Samsung Galaxy SII"
url="https://postmarketos.org"
arch="armv7"
license="MIT"
depends="postmarketos-base libsamsung-ipc"
depends="postmarketos-base postmarketos-initramfs-minimal libsamsung-ipc"
makedepends="devicepkg-dev"
install="$pkgname.post-install"
options="!check !archcheck"