Skip to content
Snippets Groups Projects
Commit b3146532 authored by Martijn Braam's avatar Martijn Braam Committed by GitHub
Browse files

Fixed dtb installation with mainline kernel (#307)

* Fixed dtb installation with mainline kernel
parent e04797f9
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ pkgname=linux-${_flavor}
pkgver=4.12.4
_kernver=${pkgver}
pkgrel=1
pkgrel=2
arch="all"
pkgdesc="Mainline Linux for pmOS supported chipsets (OMAP)"
......@@ -113,12 +113,8 @@ package() {
make -j1 $_install \
ARCH="$_carch" \
INSTALL_MOD_PATH="$pkgdir" \
INSTALL_DTBS_PATH="pkgdir" \
INSTALL_DTBS_PATH="$pkgdir/usr/share/dtb" \
|| return 1
if [ -d "$pkgdir/arch/${_carch}/boot/dts" ]; then
mv "$pkgdir/arch/${_carch}/boot/dts" "$pkgdir/usr/share"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment