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:
parent
68af03bdf5
commit
ed5b11da90
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue