Skip to content
Snippets Groups Projects
Unverified Commit a97b4823 authored by Clayton Craft's avatar Clayton Craft :speech_balloon: Committed by Oliver Smith
Browse files

linux-oneplus-kebab: install kernel image in correct location (MR 2499)

kernel filename must now be /boot/vmlinuz
parent 01484a6a
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=linux-oneplus-kebab
pkgver=4.19.110
pkgrel=1
pkgrel=2
pkgdesc="OnePlus 8T kernel fork"
arch="aarch64"
_carch="arm64"
......@@ -73,7 +73,7 @@ package() {
"$dtbodir/instantnoodlev-overlay-t0.dtbo"
install -Dm644 "$_outdir/arch/arm64/boot/Image-dtb" \
"$pkgdir/boot/vmlinuz-$_flavor"
"$pkgdir/boot/vmlinuz"
make O="$_outdir" \
ARCH="$_carch" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment