mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2025-01-18 22:26:12 +01:00
Switched default Kernel source repo
This commit is contained in:
parent
005f2cccb0
commit
ad3ddba29c
1 changed files with 2 additions and 1 deletions
3
build.sh
3
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
|
||||
|
|
Loading…
Reference in a new issue