From 830c6473556737fe2e9c8fb6e1fbbd6aeaa790b3 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 1 Mar 2014 07:14:06 +0100 Subject: [PATCH] switch to 'official' linux-sunxi kernel --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 778e116..898ca52 100755 --- a/build.sh +++ b/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