linux-oneplus-kebab: install kernel image in correct location (MR 2499)
kernel filename must now be /boot/vmlinuz
This commit is contained in:
parent
01484a6a2b
commit
a97b4823c3
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue