linux-google-nyan: remove depthcharge workaround (MR 4222)

It is not needed since depthcharge 0.6.2
This commit is contained in:
Anton Bambura 2023-07-02 22:00:35 +03:00 committed by Luca Weiss
parent 3bb2859c98
commit 97c5995c7c
No known key found for this signature in database
GPG key ID: 72D843B89D4DD756

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Segfault <awarnecke002@hotmail.com>
pkgname=linux-google-nyan
pkgver=6.1.27
pkgrel=0
pkgrel=1
pkgdesc="Mainline kernel fork for Google Nyan Chromebooks"
arch="armv7"
_carch="arm"
@ -61,9 +61,6 @@ package() {
INSTALL_DTBS_PATH="$pkgdir"/boot/dtbs
rm -f "$pkgdir"/lib/modules/*/build "$pkgdir"/lib/modules/*/source
# Prevent kernel self-decompression from overwriting initramfs
truncate -s 10M "$pkgdir"/boot/vmlinuz
install -D "$builddir"/include/config/kernel.release \
"$pkgdir"/usr/share/kernel/$_flavor/kernel.release
}