mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
switch to 'official' linux-sunxi kernel
This commit is contained in:
parent
6b287638e1
commit
830c647355
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -197,7 +197,7 @@ if [ "$COMPILE" = "true" ]; then
|
|||
( cd $DEST/linux-sunxi;
|
||||
git pull -f )
|
||||
else
|
||||
git clone https://github.com/patrickhwood/linux-sunxi $DEST/linux-sunxi
|
||||
git clone https://github.com/linux-sunxi/linux-sunxi $DEST/linux-sunxi
|
||||
fi
|
||||
echo "------ Compiling kernel"
|
||||
( cd $DEST/linux-sunxi
|
||||
|
|
Loading…
Reference in a new issue