device-samsung-n1awifi: depend on postmarketos-initramfs-minimal (MR 5365)
The boot partition on the device is 8.0 MB, while built boot.img is 8.7 MB. Fix by decreasing initramfs size by depending on postmarketos-initramfs-minimal. Problems were likely introduced by postmarketOS/pmaports!5000.
This commit is contained in:
parent
8cc6b717b3
commit
74761bc637
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=device-samsung-n1awifi
|
||||
pkgdesc="Samsung Galaxy Note 10.1 (2014 edition)"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -13,6 +13,7 @@ depends="
|
|||
postmarketos-base
|
||||
postmarketos-base-downstream
|
||||
msm-fb-refresher
|
||||
postmarketos-initramfs-minimal
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo"
|
||||
|
|
Loading…
Reference in a new issue