device-samsung-t03g: 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
f290379828
commit
1f5f37a2d0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=device-samsung-t03g
|
pkgname=device-samsung-t03g
|
||||||
pkgdesc="Samsung Galaxy Note II (GSM)"
|
pkgdesc="Samsung Galaxy Note II (GSM)"
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -11,6 +11,7 @@ depends="
|
||||||
alsa-ucm-conf
|
alsa-ucm-conf
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
|
postmarketos-initramfs-minimal
|
||||||
soc-samsung-exynos4412-haptics
|
soc-samsung-exynos4412-haptics
|
||||||
"
|
"
|
||||||
makedepends="devicepkg-dev"
|
makedepends="devicepkg-dev"
|
||||||
|
|
Loading…
Reference in a new issue