rpi-kernel: update to 4.14.30.
This commit is contained in:
parent
c0707a5135
commit
f87bd2f094
|
@ -1,10 +1,15 @@
|
|||
# Template file for 'rpi-kernel'
|
||||
#
|
||||
_githash="d95cdf3e6a0506e3a728b0c80ae02368779d2768"
|
||||
# We track the latest Raspberry Pi LTS kernel as that is what is used in the
|
||||
# official Raspbian distribution. This is currently 4.14:
|
||||
#
|
||||
# https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=197689
|
||||
|
||||
_githash="81dda1af754c3af667944af7156bf1c5cdf9beee"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-kernel
|
||||
version=4.14.22
|
||||
version=4.14.30
|
||||
revision=1
|
||||
wrksrc="linux-${_githash}"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -12,7 +17,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||
checksum=76fb7fd5e9981fa74b4857f62a8e5b4e83c76e833a93463b7bf2427c3e144436
|
||||
checksum=2daeb88792ebdb13e0c983f0acabad03f109360966ba76d88351ad7f64f772e2
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue