From ad3ddba29c8bc78551e9c0faceac3f793f34f63d Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Thu, 9 Jan 2014 19:10:17 +0100 Subject: [PATCH] Switched default Kernel source repo --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bbee457..6b60a3e 100644 --- a/build.sh +++ b/build.sh @@ -53,7 +53,8 @@ if [ -d "$DEST/linux-sunxi" ] then cd $DEST/linux-sunxi; git pull -f; cd $SRC else - git clone https://github.com/cubieboard/linux-sunxi/ $DEST/linux-sunxi # Kernel 3.4.61+ + # git clone https://github.com/cubieboard/linux-sunxi/ $DEST/linux-sunxi # Kernel 3.4.61+ + git clone https://github.com/patrickhwood/linux-sunxi -b pat-3.4.75-ct $DEST/linux-sunxi # Patwood's kernel 3.4.75+ fi # Applying Patch for 2gb memory