linux-google-nyan: remove depthcharge workaround (MR 4222)
It is not needed since depthcharge 0.6.2
This commit is contained in:
parent
3bb2859c98
commit
97c5995c7c
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue