From 8cae59f47c8a13488f21a59b1605f08285354a8d Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Tue, 18 Jun 2024 22:10:31 +0200 Subject: [PATCH] device-samsung-m0-downstream: depend on minimal initramfs (MR 5241) This device has a small boot partition (8 MB). The big initramfs won't fit. --- device/archived/device-samsung-m0-downstream/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/archived/device-samsung-m0-downstream/APKBUILD b/device/archived/device-samsung-m0-downstream/APKBUILD index 1e32b11cf..a66745689 100644 --- a/device/archived/device-samsung-m0-downstream/APKBUILD +++ b/device/archived/device-samsung-m0-downstream/APKBUILD @@ -3,7 +3,7 @@ pkgname=device-samsung-m0-downstream pkgdesc="Samsung Galaxy S III" pkgver=3 -pkgrel=3 +pkgrel=4 url="https://postmarketos.org" license="MIT" arch="armv7" @@ -12,6 +12,7 @@ depends=" linux-samsung-m0-downstream mkbootimg postmarketos-base + postmarketos-initramfs-minimal " makedepends="devicepkg-dev" install="$pkgname.post-install"