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.
This commit is contained in:
parent
a1c6fec44b
commit
8cae59f47c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=device-samsung-m0-downstream
|
pkgname=device-samsung-m0-downstream
|
||||||
pkgdesc="Samsung Galaxy S III"
|
pkgdesc="Samsung Galaxy S III"
|
||||||
pkgver=3
|
pkgver=3
|
||||||
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="
|
||||||
linux-samsung-m0-downstream
|
linux-samsung-m0-downstream
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
|
postmarketos-initramfs-minimal
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install"
|
||||||
|
|
Loading…
Reference in a new issue