kernel-rpi: update to rpi-3.6.y git commit 9b22cc2.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
pkgname=kernel-rpi
|
pkgname=kernel-rpi
|
||||||
version=3.6.11
|
version=3.6.11
|
||||||
revision=3
|
revision=4
|
||||||
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"
|
||||||
@@ -19,9 +19,9 @@ do_fetch() {
|
|||||||
url="git://github.com/raspberrypi/linux.git"
|
url="git://github.com/raspberrypi/linux.git"
|
||||||
msg_normal "Cloning from $url ...\n"
|
msg_normal "Cloning from $url ...\n"
|
||||||
git clone --depth 1 $url ${pkgname}-${version}
|
git clone --depth 1 $url ${pkgname}-${version}
|
||||||
# Latest commit as of 20130712.
|
# Latest commit as of 20130809
|
||||||
cd ${pkgname}-${version}
|
cd ${pkgname}-${version}
|
||||||
git checkout 245f716a0b7
|
git checkout 9b22cc2
|
||||||
# Remove .git directory, otherwise scripts/setkernelversion.sh
|
# Remove .git directory, otherwise scripts/setkernelversion.sh
|
||||||
# modifies KERNELRELEASE and appends + to it.
|
# modifies KERNELRELEASE and appends + to it.
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
|||||||
Reference in New Issue
Block a user