rpi-kernel: update to 4.19.81.

[ci skip]

- Built on armv6l, armv7l, aarch64.
- Tested on armv6l, armv7l, aarch64

Closes: #16049 [via git-merge-pr]
This commit is contained in:
Peter Bui 2019-11-02 08:47:17 -04:00 committed by Piraty
parent ce5892305f
commit 0b3b29a193

View file

@ -5,19 +5,19 @@
# #
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931 # https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=224931
_githash="3492a1b003494535eb1b17aa7f258469036b1de7" _githash="bbdf44a11a065ebb2aa2ed5690b82287739b471d"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=4.19.80 version=4.19.81
revision=2 revision=1
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Peter Bui <pbui@github.bx612.space>" maintainer="Peter Bui <pbui@github.bx612.space>"
homepage="http://www.kernel.org" homepage="http://www.kernel.org"
license="GPL-2.0-only" license="GPL-2.0-only"
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])" short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz" distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
checksum=41c64cab0192843512df8c6663f4021e594c29ff4c8087e9008a39170b25a4e3 checksum=b9ebdfc4622613e919d72089445ab715e2e438a31ecd1bdb357953bed0be1512
_kernver="${version}_${revision}" _kernver="${version}_${revision}"