device-samsung-chagallwifi: 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
f2d5368d72
commit
01ea0922af
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
pkgname=device-samsung-chagallwifi
|
pkgname=device-samsung-chagallwifi
|
||||||
pkgdesc="Samsung Galaxy Tab S 10.5"
|
pkgdesc="Samsung Galaxy Tab S 10.5"
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -43,7 +43,7 @@ kernel_downstream() {
|
||||||
|
|
||||||
kernel_mainline() {
|
kernel_mainline() {
|
||||||
pkgdesc="Mainline WIP (usb networking and wifi works but not much else)"
|
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
|
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue