device-samsung-lt01: 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
ed5b11da90
commit
8ccbb8a864
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=device-samsung-lt01
|
pkgname=device-samsung-lt01
|
||||||
pkgdesc="Samsung Galaxy Tab 3 8.0"
|
pkgdesc="Samsung Galaxy Tab 3 8.0"
|
||||||
pkgver=1
|
pkgver=1
|
||||||
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="
|
||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
|
postmarketos-initramfs-minimal
|
||||||
"
|
"
|
||||||
_pmb_recommends="$pkgname-nonfree-firmware"
|
_pmb_recommends="$pkgname-nonfree-firmware"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
|
|
Loading…
Reference in a new issue