kernel-rpi: update to rpi-3.6.y git commit 9b22cc2.
This commit is contained in:
parent
6e9097d3a0
commit
be701a8ce0
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
pkgname=kernel-rpi
|
||||
version=3.6.11
|
||||
revision=3
|
||||
revision=4
|
||||
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 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
|
||||
|
|
Loading…
Reference in New Issue