rpi-kernel: update to upstream git commit 1ee3571267.

This commit enables the new MMC driver.
This commit is contained in:
Juan RP 2014-09-14 13:17:06 +02:00
parent ee4f25737d
commit f5050f57da

View file

@ -1,18 +1,18 @@
# Template file for 'rpi-kernel' # Template file for 'rpi-kernel'
# #
_githash="94a382fed1a5ec303eef9e1f3439df8f759ba60c" _githash="1ee357126701ce815aa6c9219d373df40dc5f456"
_gitshort="${_githash:0:7}" _gitshort="${_githash:0:7}"
pkgname=rpi-kernel pkgname=rpi-kernel
version=3.12.28 version=3.12.28
revision=1 revision=2
wrksrc="linux-${_githash}" wrksrc="linux-${_githash}"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org" homepage="http://www.kernel.org"
license="GPL-2" license="GPL-2"
short_desc="The Linux kernel and modules for Raspberry Pi (${version%.*} series [git ${_gitshort}])" short_desc="The Linux kernel and modules 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=12116d125f96c77e0188d8f86b85f612ea96a19ce0754e6783377bd5fbeae727 checksum=4917a9e01138f2f44d4f226244465ace66568a23d40c8e3dbd4c4cd420ccd7ae
_kernver="${version}_${revision}" _kernver="${version}_${revision}"