From 9ba15204402919eb41c6baa0a2771b47690951c6 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 20 Aug 2014 15:34:24 +0200 Subject: [PATCH] get kernel sources from cubieboard's fork --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3acc940..401bd56 100755 --- a/build.sh +++ b/build.sh @@ -115,7 +115,9 @@ function clone_pull_patch_sources() { git pull -f ) else 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 }