Skip to content
Snippets Groups Projects
Unverified Commit eb54bbc1 authored by Newbyte's avatar Newbyte :snowflake: Committed by Luca Weiss
Browse files

linux-postmarketos-mediatek-mt8183: install dtbs to /boot/dtbs (MR 3801)

parent bb69fc6a
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Co-Maintainer: Jenneron <jenneron@protonmail.com>
pkgname=linux-postmarketos-mediatek-mt8183
pkgver=5.18
pkgrel=2
pkgrel=3
pkgdesc="Mainline kernel for mediatek mt8183"
arch="aarch64"
_flavor="${pkgname#linux-}"
......@@ -92,7 +92,7 @@ package() {
INSTALL_PATH="$pkgdir"/boot \
INSTALL_MOD_PATH="$pkgdir" \
INSTALL_MOD_STRIP=1 \
INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb
INSTALL_DTBS_PATH="$pkgdir"/boot/dtbs
rm -f "$pkgdir"/lib/modules/*/build "$pkgdir"/lib/modules/*/source
install -D "$builddir"/include/config/kernel.release \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment