switch to 'official' linux-sunxi kernel

This commit is contained in:
Gwenhael Le Moine 2014-03-01 07:14:06 +01:00
parent 6b287638e1
commit 830c647355

View file

@ -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