From be701a8ce03cc748e004e0c0a9846b4448287959 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 9 Aug 2013 08:19:09 +0200 Subject: [PATCH] kernel-rpi: update to rpi-3.6.y git commit 9b22cc2. --- srcpkgs/kernel-rpi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kernel-rpi/template b/srcpkgs/kernel-rpi/template index fbe188430f2..09952e179a7 100644 --- a/srcpkgs/kernel-rpi/template +++ b/srcpkgs/kernel-rpi/template @@ -2,7 +2,7 @@ # pkgname=kernel-rpi version=3.6.11 -revision=3 +revision=4 maintainer="Juan RP " 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 20130712. + # Latest commit as of 20130809 cd ${pkgname}-${version} - git checkout 245f716a0b7 + git checkout 9b22cc2 # Remove .git directory, otherwise scripts/setkernelversion.sh # modifies KERNELRELEASE and appends + to it. rm -rf .git