kernel-rpi: fix installation (v2).
This commit is contained in:
parent
a717fa7a27
commit
9a7b9098b5
|
@ -22,6 +22,9 @@ do_fetch() {
|
||||||
# Latest commit as of 20130527.
|
# Latest commit as of 20130527.
|
||||||
cd ${pkgname}-${version}
|
cd ${pkgname}-${version}
|
||||||
git checkout af85236f4cf87945c
|
git checkout af85236f4cf87945c
|
||||||
|
# Remove .git directory, otherwise scripts/setkernelversion.sh
|
||||||
|
# modifies KERNELRELEASE and appends + to it.
|
||||||
|
rm -rf .git
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in New Issue