Changed default sun8i source to more recent one, forked from here:

https://github.com/friendlyarm/h3_lichee
This commit is contained in:
Igor Pecovnik 2016-04-13 09:32:00 +02:00
parent 12cfb1a0cc
commit 8788e5c5b7

View file

@ -395,8 +395,11 @@ case $LINUXFAMILY in
# Kernel
# sun8i switches
if [[ $LINUXFAMILY == sun8i ]]; then
KERNEL_DEFAULT="https://github.com/O-Computers/linux-sunxi"
KERNEL_DEFAULT_BRANCH="h3-wip"
#KERNEL_DEFAULT="https://github.com/O-Computers/linux-sunxi"
#KERNEL_DEFAULT_BRANCH="h3-wip"
#KERNEL_DEFAULT_SOURCE="linux-sun8i"
KERNEL_DEFAULT="https://github.com/igorpecovnik/linux"
KERNEL_DEFAULT_BRANCH="sun8i"
KERNEL_DEFAULT_SOURCE="linux-sun8i"
KERNEL_DEV=https://github.com/wens/linux
KERNEL_DEV_BRANCH=h3-emac