device-samsung-m3: 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:14:15 +02:00
parent 8ccbb8a864
commit ce48786034
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -3,7 +3,7 @@
pkgname=device-samsung-m3 pkgname=device-samsung-m3
pkgdesc="Samsung Galaxy S III LTE" pkgdesc="Samsung Galaxy S III LTE"
pkgver=7 pkgver=7
pkgrel=0 pkgrel=1
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armv7" arch="armv7"
@ -13,6 +13,7 @@ depends="
linux-postmarketos-exynos4 linux-postmarketos-exynos4
mkbootimg mkbootimg
postmarketos-base postmarketos-base
postmarketos-initramfs-minimal
soc-samsung-exynos4412-haptics soc-samsung-exynos4412-haptics
" "
makedepends="devicepkg-dev" makedepends="devicepkg-dev"