From 647aa52572cdb2d5767d012abedf5a4dac91e01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 28 Jul 2021 01:38:42 -0300 Subject: [PATCH] rpi-kernel: update to 5.10.52. --- srcpkgs/rpi-kernel/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/rpi-kernel/template b/srcpkgs/rpi-kernel/template index 8067f5d7ab7f..773199b65536 100644 --- a/srcpkgs/rpi-kernel/template +++ b/srcpkgs/rpi-kernel/template @@ -1,16 +1,16 @@ # Template file for 'rpi-kernel' # # We track the latest Raspberry Pi LTS kernel as that is what is used in the -# official Raspbian distribution. This is currently 5.4: +# official Raspbian distribution. This is currently 5.10: # -# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=269769 +# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=288234 -_githash="76c49e60e742d0bebd798be972d67dd3fd007691" +_githash="7772256a0635f0dd5b03f4736402c6c0d6371f32" _gitshort="${_githash:0:7}" pkgname=rpi-kernel -version=5.4.83 -revision=2 +version=5.10.52 +revision=1 archs="armv6l*" wrksrc="linux-${_githash}" hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex" @@ -20,7 +20,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=4a98ea0d68c6e74d479789c12fc97619c872cb2607ae87a881a9491c1c3fbc35 +checksum=3e0e70d4f8d36168d6bd3f13ffca3691f8999e9d05997b5c0a5ecf692fcf6a09 python_version=3 _kernver="${version}_${revision}"