rpi-kernel: update to upstream git commit b82491cb94 (3.12.34).
This commit is contained in:
parent
b484b79b16
commit
e294168fd9
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'rpi-kernel'
|
||||
#
|
||||
_githash="e790c757e08c33ff3b0ddc01ff31aa408335371c"
|
||||
_githash="b82491cb94745a8cac9ac6b79763a8e281ae7add"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=rpi-kernel
|
||||
version=3.12.33
|
||||
version=3.12.34
|
||||
revision=1
|
||||
wrksrc="linux-${_githash}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -12,7 +12,7 @@ homepage="http://www.kernel.org"
|
|||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules for Raspberry Pi (${version%.*} series [git ${_gitshort}])"
|
||||
distfiles="https://github.com/raspberrypi/linux/archive/${_githash}.tar.gz"
|
||||
checksum=d58531cee660b71238c760f8d88db8c10a7316170faaa020dee8e336fb6c4204
|
||||
checksum=65b410fd251c196be11a5a1b0d1aaf531b0070f4e1456176c91aa1410fd5ce23
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue