device-samsung-klimtlte: depend on postmarketos-initramfs-minimal (MR 5365)
.. when using mainline kernel. The boot partition on the device is only 8 MB, while built boot.img is 11 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
01ea0922af
commit
98cdee89e7
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-samsung-klimtlte
|
||||
pkgdesc="Samsung Galaxy Tab S 8.4 LTE"
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -42,7 +42,7 @@ kernel_downstream() {
|
|||
|
||||
kernel_mainline() {
|
||||
pkgdesc="Mainline WIP (usb networking and wifi works but not much else)"
|
||||
depends="linux-postmarketos-exynos5"
|
||||
depends="linux-postmarketos-exynos5 postmarketos-initramfs-minimal"
|
||||
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue