rpi-kernel: update to 5.10.92.

This commit is contained in:
Jami Kettunen 2022-01-09 15:33:56 +02:00 committed by Leah Neukirchen
parent d5184dd318
commit 3a18db3560

View file

@ -8,15 +8,15 @@
# Commit hash is picked from latest tag [1], if appropriate, or from latest
# "Merge remote-tracking branch 'stable/linux-5.10.y' into rpi-5.10.y" commit.
#
# [1] https://github.com/raspberrypi/linux/releases
# [1] https://github.com/raspberrypi/linux/tags
#
# WARNING: keep all rpi*-kernel packages in sync
_githash="86729e78125d4f3d203457940feee8bc97b11f6c"
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
_gitshort="${_githash:0:7}"
pkgname=rpi-kernel
version=5.10.52
version=5.10.92
revision=1
archs="armv6l*"
wrksrc="linux-${_githash}"
@ -27,7 +27,7 @@ homepage="http://www.kernel.org"
license="GPL-2.0-only"
short_desc="Linux kernel for Raspberry Pi zero/1 (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=a25a7dfce4c2ca5bdca39ddab5e43539d9b04900b0dbefe19f4f9b053e59968c
checksum=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
python_version=3
_kernver="${version}_${revision}"