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