mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
get kernel sources from cubieboard's fork
This commit is contained in:
parent
1a8640b494
commit
9ba1520440
1 changed files with 3 additions and 1 deletions
4
build.sh
4
build.sh
|
@ -115,7 +115,9 @@ function clone_pull_patch_sources() {
|
||||||
git pull -f )
|
git pull -f )
|
||||||
else
|
else
|
||||||
echo ". . updating linux-sunxi"
|
echo ". . updating linux-sunxi"
|
||||||
git clone https://github.com/linux-sunxi/linux-sunxi $DEST/linux-sunxi
|
# git clone https://github.com/linux-sunxi/linux-sunxi $DEST/linux-sunxi
|
||||||
|
# git clone https://github.com/cubieboard2/linux-sunxi $DEST/linux-sunxi
|
||||||
|
git clone https://github.com/cubieboard/linux-sunxi $DEST/linux-sunxi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue