kernel-rpi: update to today's code (245f716a0b7 from rpi-3.6.y).

This commit is contained in:
Juan RP 2013-07-12 09:04:37 +02:00
parent 9998ec7c5b
commit b2185d6737
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
pkgname=kernel-rpi
version=3.6.11
revision=2
revision=3
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"
license="GPL-2"
@ -19,9 +19,9 @@ do_fetch() {
url="git://github.com/raspberrypi/linux.git"
msg_normal "Cloning from $url ...\n"
git clone --depth 1 $url ${pkgname}-${version}
# Latest commit as of 20130527.
# Latest commit as of 20130712.
cd ${pkgname}-${version}
git checkout af85236f4cf87945c
git checkout 245f716a0b7
# Remove .git directory, otherwise scripts/setkernelversion.sh
# modifies KERNELRELEASE and appends + to it.
rm -rf .git