mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 08:39:47 +03:00
linux-sony-nicki-mainline: install dtbs
Otherwise boot-deploy can't find them. I have no idea how this ever worked. Closes https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/3724 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6550 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
8d0ca1d895
commit
f99c508f02
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ _config="config-$_flavor.$CARCH"
|
|||
pkgname=linux-$_flavor
|
||||
|
||||
pkgver=5.3
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
|
||||
arch="armv7"
|
||||
_carch="arm"
|
||||
|
@ -53,7 +53,7 @@ package() {
|
|||
install -D "$builddir/include/config/kernel.release" \
|
||||
"$pkgdir/usr/share/kernel/$_flavor/kernel.release"
|
||||
|
||||
make modules_install \
|
||||
make modules_install dtbs_install \
|
||||
ARCH="$_carch" \
|
||||
INSTALL_MOD_PATH="$pkgdir" \
|
||||
INSTALL_DTBS_PATH="$pkgdir/boot/dtbs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue