rpi2-kernel: update to 5.10.110.
This commit is contained in:
parent
d749dece95
commit
65c2501be1
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rpi2-kernel'
|
# Template file for 'rpi2-kernel'
|
||||||
# See rpi-kernel for version policy
|
# See rpi-kernel for version policy
|
||||||
|
|
||||||
_githash="650082a559a570d6c9d2739ecc62843d6f951059"
|
_githash="82c6f8643398e222099066bfffb2070772f0696f"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=rpi2-kernel
|
pkgname=rpi2-kernel
|
||||||
version=5.10.92
|
version=5.10.110
|
||||||
revision=1
|
revision=1
|
||||||
archs="armv7l*"
|
archs="armv7l*"
|
||||||
wrksrc="linux-${_githash}"
|
wrksrc="linux-${_githash}"
|
||||||
|
@ -16,7 +16,7 @@ homepage="http://www.kernel.org"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
short_desc="Linux kernel for Raspberry Pi 2 (${version%.*} series [git ${_gitshort}])"
|
short_desc="Linux kernel for Raspberry Pi 2 (${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=ae8b1635a33316ef9b85a4f0ce77d0032c74fbe2ef127755b17cd34d265c48d8
|
checksum=f3ee7782c90ecb3e468e89602248a1de45b466d5d4c1af4748f7ca088c0fcab3
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue