core/linux-raspberrypi to 5.10.63-7

This commit is contained in:
graysky 2021-09-14 14:17:45 -04:00
parent ff9e47c1e3
commit 2f2ba1998b

View file

@ -11,7 +11,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="Raspberry Pi 4"
pkgver=5.10.63
pkgrel=6
pkgrel=7
arch=('armv6h' 'armv7h')
url="http://www.kernel.org/"
license=('GPL2')
@ -42,8 +42,6 @@ prepare() {
# don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh
patch -Np1 -i ../0001-Revert-drm-vc4-hdmi-Remove-the-DDC-probing-for-statu.patch
}
build() {