mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +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;
|
( cd $DEST/linux-sunxi;
|
||||||
git pull -f )
|
git pull -f )
|
||||||
else
|
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
|
fi
|
||||||
echo "------ Compiling kernel"
|
echo "------ Compiling kernel"
|
||||||
( cd $DEST/linux-sunxi
|
( cd $DEST/linux-sunxi
|
||||||
|
|
Loading…
Reference in a new issue